Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 80c0233

Browse files
Merge pull request #736 from rumpl/experimentalCli
Experimental flags are hidden by experimentalCLI
2 parents f354e65 + d83eb35 commit 80c0233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ func runCmd(dockerCli command.Cli) *cobra.Command {
7373
cmd.Flags().StringArrayVar(&opts.labels, "label", nil, "Label to add to services")
7474

7575
//nolint:errcheck
76-
cmd.Flags().SetAnnotation("cnab-bundle-json", "experimental", []string{"true"})
76+
cmd.Flags().SetAnnotation("cnab-bundle-json", "experimentalCLI", []string{"true"})
7777

7878
return cmd
7979
}

0 commit comments

Comments
 (0)