mirror of https://github.com/docker/cli.git
Merge pull request #817 from vdemeester/make-manifest-cmd-experimental
Mark docker-manifest command as experimental (cli)
This commit is contained in:
commit
da86425e9f
|
@ -20,6 +20,7 @@ func NewManifestCommand(dockerCli command.Cli) *cobra.Command {
|
|||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Fprintf(dockerCli.Err(), "\n"+cmd.UsageString())
|
||||
},
|
||||
Annotations: map[string]string{"experimentalCLI": ""},
|
||||
}
|
||||
cmd.AddCommand(
|
||||
newCreateListCommand(dockerCli),
|
||||
|
|
Loading…
Reference in New Issue