Update gitops.go (#38863)
- Moved this information out of the YAML reference: https://github.com/fleetdm/fleet/pull/38862/files#diff-b71104232d8fbaaf4bd537065533cbf39ec5f9bf028ec1d8083346953ed5178dL5
This commit is contained in:
@@ -36,7 +36,7 @@ func gitopsCommand() *cli.Command {
|
||||
)
|
||||
return &cli.Command{
|
||||
Name: "gitops",
|
||||
Usage: "Synchronize Fleet configuration with provided file. This command is intended to be used in a GitOps workflow.",
|
||||
Usage: "This command is used by Fleet's best practice GitOps workflow.",
|
||||
UsageText: `fleetctl gitops [options]`,
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringSliceFlag{
|
||||
|
||||
Reference in New Issue
Block a user