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

Commit 9035402

Browse files
committed
Hide the cnab-bundle-json flag behind experimental
Signed-off-by: Djordje Lukic <[email protected]>
1 parent aeb12c0 commit 9035402

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/commands/run.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ func runCmd(dockerCli command.Cli) *cobra.Command {
7272
cmd.Flags().StringVar(&opts.cnabBundle, "cnab-bundle-json", "", "Run a CNAB bundle instead of a Docker App")
7373
cmd.Flags().StringArrayVar(&opts.labels, "label", nil, "Label to add to services")
7474

75+
//nolint:errcheck
76+
cmd.Flags().SetAnnotation("cnab-bundle-json", "experimental", []string{"true"})
77+
7578
return cmd
7679
}
7780

0 commit comments

Comments
 (0)