Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #736 from rumpl/experimentalCli
Browse files Browse the repository at this point in the history
Experimental flags are hidden by experimentalCLI
  • Loading branch information
silvin-lubecki authored Nov 12, 2019
2 parents f354e65 + d83eb35 commit 80c0233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func runCmd(dockerCli command.Cli) *cobra.Command {
cmd.Flags().StringArrayVar(&opts.labels, "label", nil, "Label to add to services")

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

return cmd
}
Expand Down

0 comments on commit 80c0233

Please sign in to comment.