Skip to content

Commit

Permalink
Merge pull request #85 from foomo/update-squadron-list-flags
Browse files Browse the repository at this point in the history
feat(squadron): update squadron flags
  • Loading branch information
franklinkim authored Jan 30, 2024
2 parents 7459f3f + 80b6166 commit e1edb9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions foomo/squadron/v2/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,9 @@ func NewCommand(l log.Logger, squadron *Squadron, kubectl *kubectl.Kubectl, op *
Description: "List squadron units",
Flags: func(ctx context.Context, r *readline.Readline, fs *readline.FlagSets) error {
commonFlags(fs)
fs.Default().Bool("charts", false, "include charts")
fs.Default().Bool("builds", false, "include builds")
fs.Default().Bool("with-tags", false, "include tags")
fs.Default().Bool("with-charts", false, "include charts")
fs.Default().Bool("with-builds", false, "include builds")
fs.Default().StringSlice("tags", nil, "list of tags to include or exclude")
return nil
},
Expand Down

0 comments on commit e1edb9a

Please sign in to comment.