mirror of
https://github.com/docker/compose.git
synced 2026-02-09 10:09:26 +08:00
Remove enterprise specific commands
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
This commit is contained in:
@@ -24,10 +24,6 @@ var commandFlags = []string{
|
||||
// Generated with generatecommands/main.go
|
||||
var managementCommands = []string{
|
||||
"ecs",
|
||||
"assemble",
|
||||
"registry",
|
||||
"template",
|
||||
"cluster",
|
||||
"scan",
|
||||
"app",
|
||||
"builder",
|
||||
|
||||
@@ -24,11 +24,12 @@ import (
|
||||
"github.com/docker/compose-cli/utils"
|
||||
)
|
||||
|
||||
var managementCommands = []string{"ecs", "assemble", "registry", "template", "cluster", "scan"}
|
||||
var managementCommands = []string{"ecs", "scan"}
|
||||
|
||||
var commands = []string{}
|
||||
|
||||
func main() {
|
||||
fmt.Println("Walking through docker help to list commands...")
|
||||
getCommands()
|
||||
getCommands("compose")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user