Delete a component from the ksonnet application
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.
ks component rm <component-name> [flags]
# List all components
ks component list
-h, --help help for rm
--dir string Ksonnet application root to use; Defaults to CWD
--tls-skip-verify Skip verification of TLS server certificates
-v, --verbose count Increase verbosity. May be given multiple times.
- ks component - Manage ksonnet components