Skip to content

Commit

Permalink
Merge pull request #11363 from glours/remove-watch-from-alpha
Browse files Browse the repository at this point in the history
remove watch subcommand from the alpha command
  • Loading branch information
glours authored Jan 18, 2024
2 parents fb6d922 + 7cdc7e1 commit 0d895a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cmd/compose/alpha.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ func alphaCommand(p *ProjectOptions, dockerCli command.Cli, backend api.Service)
},
}
cmd.AddCommand(
watchCommand(p, dockerCli, backend),
vizCommand(p, dockerCli, backend),
publishCommand(p, dockerCli, backend),
)
Expand Down
2 changes: 0 additions & 2 deletions docs/reference/docker_compose_alpha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ plink: docker_compose.yaml
cname:
- docker compose alpha publish
- docker compose alpha viz
- docker compose alpha watch
clink:
- docker_compose_alpha_publish.yaml
- docker_compose_alpha_viz.yaml
- docker_compose_alpha_watch.yaml
inherited_options:
- option: dry-run
value_type: bool
Expand Down

0 comments on commit 0d895a2

Please sign in to comment.