mirror of https://github.com/docker/compose.git
mark alpha command as experimental
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
db267d86c1
commit
8c07fa4d25
|
@ -25,6 +25,9 @@ func alphaCommand(p *ProjectOptions, backend api.Service) *cobra.Command {
|
|||
Short: "Experimental commands",
|
||||
Use: "alpha [COMMAND]",
|
||||
Hidden: true,
|
||||
Annotations: map[string]string{
|
||||
"experimentalCLI": "true",
|
||||
},
|
||||
}
|
||||
cmd.AddCommand(watchCommand(p, backend))
|
||||
return cmd
|
||||
|
|
|
@ -9,7 +9,7 @@ clink:
|
|||
- docker_compose_alpha_watch.yaml
|
||||
deprecated: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
experimentalcli: true
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ options:
|
|||
swarm: false
|
||||
deprecated: false
|
||||
experimental: false
|
||||
experimentalcli: false
|
||||
experimentalcli: true
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue