Merge pull request #4567 from fluxcd/backport-4558-to-release/v2.2.x

[release/v2.2.x] `flux check` should error on unrecognised args
pull/4576/head
Stefan Prodan 12 months ago committed by GitHub
commit e0bee66876
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,6 +40,7 @@ import (
var checkCmd = &cobra.Command{
Use: "check",
Args: cobra.NoArgs,
Short: "Check requirements and installation",
Long: withPreviewNote(`The check command will perform a series of checks to validate that
the local environment is configured correctly and if the installed components are healthy.`),

Loading…
Cancel
Save