mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
Merge pull request #4559 from fluxcd/backport-4557-to-release/v2.2.x
[release/v2.2.x] `flux stats` should error on unrecognised args
This commit is contained in:
commit
1beac67a01
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ import (
|
|||
|
||||
var statsCmd = &cobra.Command{
|
||||
Use: "stats",
|
||||
Args: cobra.NoArgs,
|
||||
Short: "Stats of Flux reconciles",
|
||||
Long: withPreviewNote(`The stats command prints a report of Flux custom resources present on a cluster,
|
||||
including their reconcile status and the amount of cumulative storage used for each source type`),
|
||||
|
|
|
|||
Loading…
Reference in a new issue