Merge pull request #4557 from twinguy/main

`flux stats` should error on unrecognised args
pull/4558/head
Stefan Prodan 12 months ago committed by GitHub
commit 40bf47f41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save