Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1425 from MrYadro/workloads-as-alias-to-controllers
Browse files Browse the repository at this point in the history
Added workloads alias for controllers
  • Loading branch information
squaremo authored Oct 4, 2018
2 parents 63ab7b0 + 72699a1 commit 18efd6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/fluxctl/list_controllers_cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ func newControllerList(parent *rootOpts) *controllerListOpts {
func (opts *controllerListOpts) Command() *cobra.Command {
cmd := &cobra.Command{
Use: "list-controllers",
Aliases: []string{"list-workloads"},
Short: "List controllers currently running in the cluster.",
Example: makeExample("fluxctl list-controllers"),
RunE: opts.RunE,
Expand Down

0 comments on commit 18efd6a

Please sign in to comment.