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 (26 loc) · 791 Bytes

ks_component_rm.md

File metadata and controls

40 lines (26 loc) · 791 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


# List all components
ks component list

Options

  -h, --help   help for rm

Options inherited from parent commands

      --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.

SEE ALSO