mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update cobra and use Tags
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
3e43fa28ec
commit
d34ca0178e
9 changed files with 26 additions and 27 deletions
|
@ -36,6 +36,7 @@ func newDeployCommand(dockerCli *command.DockerCli) *cobra.Command {
|
|||
opts.namespace = strings.TrimSuffix(args[0], ".dab")
|
||||
return runDeploy(dockerCli, opts)
|
||||
},
|
||||
Tags: map[string]string{"experimental": ""},
|
||||
}
|
||||
|
||||
flags := cmd.Flags()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue