mark alpha command as experimental

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De Loof 2023-01-12 14:03:20 +01:00 committed by Nicolas De loof
parent db267d86c1
commit 8c07fa4d25
3 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ clink:
- docker_compose_alpha_watch.yaml
deprecated: false
experimental: false
experimentalcli: false
experimentalcli: true
kubernetes: false
swarm: false

View File

@ -19,7 +19,7 @@ options:
swarm: false
deprecated: false
experimental: false
experimentalcli: false
experimentalcli: true
kubernetes: false
swarm: false