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

Commit

Permalink
fixup! cmd: Add lokoctl component delete
Browse files Browse the repository at this point in the history
  • Loading branch information
surajssd committed Apr 15, 2020
1 parent 4698028 commit 4658ccc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cli/cmd/component-delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,10 @@ import (

var componentDeleteCmd = &cobra.Command{
Use: "delete",
Short: `Delete a component installed in the cluster.`,
Run: runDelete,
Short: "Delete a installed component",
Long: `Delete a component.
When run with no arguments, all components listed in the configuration are deleted.`,
Run: runDelete,
}

var deleteNamespace bool
Expand Down

0 comments on commit 4658ccc

Please sign in to comment.