Skip to content

Commit 1b66bb0

Browse files
committed
add experimentalCLI flag to config command
Signed-off-by: Stoica-Marcu Floris-Andrei <floris.sm@gmail.com>
1 parent 8674459 commit 1b66bb0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/command/stack/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func newConfigCommand(dockerCli command.Cli) *cobra.Command {
3434
_, err = fmt.Fprintf(dockerCli.Out(), "%s", cfg)
3535
return err
3636
},
37+
Annotations: map[string]string{"experimentalCLI": ""},
3738
}
3839

3940
flags := cmd.Flags()

0 commit comments

Comments
 (0)