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 #731 from rumpl/feat-bundle-json-experimental
Browse files Browse the repository at this point in the history
Make flag cnab-bunle-json experimental
  • Loading branch information
eunomie authored Nov 12, 2019
2 parents aeb12c0 + 9035402 commit b41eab8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ func runCmd(dockerCli command.Cli) *cobra.Command {
cmd.Flags().StringVar(&opts.cnabBundle, "cnab-bundle-json", "", "Run a CNAB bundle instead of a Docker App")
cmd.Flags().StringArrayVar(&opts.labels, "label", nil, "Label to add to services")

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

return cmd
}

Expand Down

0 comments on commit b41eab8

Please sign in to comment.