Skip to content

Commit

Permalink
Merge pull request #69 from foomo/squadron-diff-units
Browse files Browse the repository at this point in the history
fix(foomo/squadron): add unit args to diff
  • Loading branch information
franklinkim authored Jan 4, 2024
2 parents bc02367 + 45f5027 commit 7bafbe0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foomo/squadron/v2/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ func NewCommand(l log.Logger, squadron *Squadron, kubectl *kubectl.Kubectl, op *
{
Name: "diff",
Description: "Shows the diff between the installed and local chart",
Args: tree.Args{unitsArg},
Flags: func(ctx context.Context, r *readline.Readline, fs *readline.FlagSets) error {
commonFlags(fs)
fs.Default().Int64("parallel", 1, "number of parallel processes")
Expand Down

0 comments on commit 7bafbe0

Please sign in to comment.