We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8674459 commit 1b66bb0Copy full SHA for 1b66bb0
1 file changed
cli/command/stack/config.go
@@ -34,6 +34,7 @@ func newConfigCommand(dockerCli command.Cli) *cobra.Command {
34
_, err = fmt.Fprintf(dockerCli.Out(), "%s", cfg)
35
return err
36
},
37
+ Annotations: map[string]string{"experimentalCLI": ""},
38
}
39
40
flags := cmd.Flags()
0 commit comments