Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 926 Bytes

File metadata and controls

38 lines (25 loc) · 926 Bytes

cre templates remove

Removes a template repository source

Synopsis

Removes one or more template repository sources from ~/.cre/template.yaml. The ref portion is optional and ignored during matching.

cre templates remove <owner/repo>... [optional flags]

Examples

cre templates remove smartcontractkit/cre-templates myorg/my-templates

Options

  -h, --help   help for remove

Options inherited from parent commands

  -e, --env string            Path to .env file which contains sensitive info
  -R, --project-root string   Path to the project root
  -E, --public-env string     Path to .env.public file which contains shared, non-sensitive build config
  -T, --target string         Use target settings from YAML config
  -v, --verbose               Run command in VERBOSE mode

SEE ALSO