ks component rm

Delete a component from the ksonnet application

Synopsis

Delete a component from the ksonnet application. This is equivalent to deleting the
component file in the components directory and cleaning up all component
references throughout the project.

  1. ks component rm <component-name> [flags]

Examples

  1. # List all components
  2. ks component list

Options

  1. -h, --help help for rm

Options inherited from parent commands

  1. --dir string Ksonnet application root to use; Defaults to CWD
  2. --tls-skip-verify Skip verification of TLS server certificates
  3. -v, --verbose count Increase verbosity. May be given multiple times.

SEE ALSO