Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarrosop committed Dec 5, 2024
1 parent 634c957 commit 56c79eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deployments/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func CommandNew() *cli.Command {
return &cli.Command{ //nolint:exhaustruct
Name: "new",
Aliases: []string{},
Usage: "Create a new deployment",
Usage: "[EXPERIMENTAL] Create a new deployment",
ArgsUsage: "<git_ref>",
Action: commandNew,
Flags: append(
Expand Down

0 comments on commit 56c79eb

Please sign in to comment.