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",
|
Short: "Experimental commands",
|
||||||
Use: "alpha [COMMAND]",
|
Use: "alpha [COMMAND]",
|
||||||
Hidden: true,
|
Hidden: true,
|
||||||
|
Annotations: map[string]string{
|
||||||
|
"experimentalCLI": "true",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
cmd.AddCommand(watchCommand(p, backend))
|
cmd.AddCommand(watchCommand(p, backend))
|
||||||
return cmd
|
return cmd
|
||||||
|
@ -9,7 +9,7 @@ clink:
|
|||||||
- docker_compose_alpha_watch.yaml
|
- docker_compose_alpha_watch.yaml
|
||||||
deprecated: false
|
deprecated: false
|
||||||
experimental: false
|
experimental: false
|
||||||
experimentalcli: false
|
experimentalcli: true
|
||||||
kubernetes: false
|
kubernetes: false
|
||||||
swarm: false
|
swarm: false
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ options:
|
|||||||
swarm: false
|
swarm: false
|
||||||
deprecated: false
|
deprecated: false
|
||||||
experimental: false
|
experimental: false
|
||||||
experimentalcli: false
|
experimentalcli: true
|
||||||
kubernetes: false
|
kubernetes: false
|
||||||
swarm: false
|
swarm: false
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user