Skip to content

Commit

Permalink
Fix fleet apply command description (#2467)
Browse files Browse the repository at this point in the history
That command does not render bundles into Kubernetes resources, but
rather creates bundles from directories. Those bundles can then be either
output or applied on a cluster..
  • Loading branch information
weyfonk authored May 31, 2024
1 parent 5bc51b0 commit 9b82db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/cli/apply.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type readFile func(name string) ([]byte, error)
func NewApply() *cobra.Command {
return command.Command(&Apply{}, cobra.Command{
Use: "apply [flags] BUNDLE_NAME PATH...",
Short: "Render a bundle into a Kubernetes resource and apply it in the Fleet Manager",
Short: "Create bundles from directories, and output them or apply them on a cluster",
})
}

Expand Down

0 comments on commit 9b82db3

Please sign in to comment.