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]
# Remove the component 'guestbook'. This is equivalent to deleting guestbook.jsonnet
# in the components directory, and cleaning up references to the component
# throughout the ksonnet application.
ks component rm guestbook
--component string The component to be removed from components/
-h, --help help for rm
-v, --verbose count[=-1] Increase verbosity. May be given multiple times.
- ks component - Manage ksonnet components