Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs: Add lokoctl component delete
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Apr 21, 2020
1 parent 6c8b097 commit a0ca390
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli/lokoctl_component.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Manage components

* [lokoctl](lokoctl.md) - Manage Lokomotive clusters
* [lokoctl component apply](lokoctl_component_apply.md) - Deploy or update a component
* [lokoctl component delete](lokoctl_component_delete.md) - Delete an installed component
* [lokoctl component list](lokoctl_component_list.md) - List all available components
* [lokoctl component render-manifest](lokoctl_component_render-manifest.md) - Print the manifests for a component

32 changes: 32 additions & 0 deletions docs/cli/lokoctl_component_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## lokoctl component delete

Delete an installed component

### Synopsis

Delete a component.
When run with no arguments, all components listed in the configuration are deleted.

```
lokoctl component delete [flags]
```

### Options

```
--delete-namespace Delete namespace with component.
-h, --help help for delete
```

### Options inherited from parent commands

```
--kubeconfig string Path to kubeconfig file, taken from the asset dir if not given, and finally falls back to ~/.kube/config
--lokocfg string Path to lokocfg directory or file (default "./")
--lokocfg-vars string Path to lokocfg.vars file (default "./lokocfg.vars")
```

### SEE ALSO

* [lokoctl component](lokoctl_component.md) - Manage components

0 comments on commit a0ca390

Please sign in to comment.