-
Notifications
You must be signed in to change notification settings - Fork 5.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
move watch from alpha to main command #11021
Conversation
cmd/compose/alpha.go
Outdated
@@ -31,7 +31,6 @@ func alphaCommand(p *ProjectOptions, dockerCli command.Cli, backend api.Service) | |||
}, | |||
} | |||
cmd.AddCommand( | |||
watchCommand(p, dockerCli, backend), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shall we (temporary) keep this alpha command with a warning for user to adopt the official one ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes sure 👍
00fc23e
to
cce8434
Compare
cce8434
to
24977a1
Compare
Signed-off-by: Guillaume Lours <[email protected]>
24977a1
to
6be5f30
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #11021 +/- ##
==========================================
+ Coverage 57.38% 57.43% +0.04%
==========================================
Files 129 129
Lines 11227 11229 +2
==========================================
+ Hits 6443 6449 +6
+ Misses 4151 4147 -4
Partials 633 633
☔ View full report in Codecov by Sentry. |
What I did
Move
watch
command away from thealpha
cmd umbrellaRelated issue
N/A
(not mandatory) A picture of a cute animal, if possible in relation to what you did