mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #4555 from fluxcd/backport-4553-to-release/v2.2.x
[release/v2.2.x] Properly detect unexpected arguments during uninstall
This commit is contained in:
commit
c631a76250
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ import (
|
|||
|
||||
var uninstallCmd = &cobra.Command{
|
||||
Use: "uninstall",
|
||||
Args: cobra.NoArgs,
|
||||
Short: "Uninstall Flux and its custom resource definitions",
|
||||
Long: `The uninstall command removes the Flux components and the toolkit.fluxcd.io resources from the cluster.`,
|
||||
Example: ` # Uninstall Flux components, its custom resources and namespace
|
||||
|
|
|
|||
Loading…
Reference in a new issue