mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
Redirect user from plugin usage to integrated ECS
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
parent
a61c2d16de
commit
59f7d7cd00
3 changed files with 53 additions and 0 deletions
|
|
@ -127,6 +127,9 @@ func main() {
|
|||
cmd.VersionCommand(version),
|
||||
cmd.StopCommand(),
|
||||
cmd.SecretCommand(),
|
||||
|
||||
// Place holders
|
||||
cmd.EcsCommand(),
|
||||
)
|
||||
|
||||
helpFunc := root.HelpFunc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue