Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
40 lines (27 loc) · 915 Bytes

ks_component_rm.md

File metadata and controls

40 lines (27 loc) · 915 Bytes

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.

ks component rm <component-name> [flags]

Examples

# 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

Options

      --component string   The component to be removed from components/
  -h, --help               help for rm

Options inherited from parent commands

  -v, --verbose count[=-1]   Increase verbosity. May be given multiple times.

SEE ALSO