Redirect user from plugin usage to integrated ECS

Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
Ulysses Souza 2020-08-14 10:20:02 +02:00
parent a61c2d16de
commit 59f7d7cd00
3 changed files with 53 additions and 0 deletions

View file

@ -127,6 +127,9 @@ func main() {
cmd.VersionCommand(version),
cmd.StopCommand(),
cmd.SecretCommand(),
// Place holders
cmd.EcsCommand(),
)
helpFunc := root.HelpFunc()