DockerCLI/cli/command/stack
Silvin Lubecki 71272dd203
Scope orchestration selection to stack commands only
* Renaming DOCKER_ORCHESTRATOR to DOCKER_STACK_ORCHESTRATOR
* Renaming config file option "orchestrator" to "stackOrchestrator"
* "--orchestrator" flag is no more global but local to stack command and subcommands
* Cleaning all global orchestrator code
* Replicating Hidden flags in help and Supported flags from root command to stack command

Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2018-06-21 17:12:31 -07:00
..
kubernetes Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
loader Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
options Support multiple namespaces for docker stack ls 2018-05-15 16:52:21 +02:00
swarm Update tests to use gotest.tools 👼 2018-06-08 18:24:26 +02:00
testdata Add an orchestrator column in the docker stack ls command 2018-04-30 12:04:02 +02:00
client_test.go Switch from x/net/context to context 2018-05-11 16:49:43 -07:00
cmd.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
deploy.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
list.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
list_test.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
ps.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
ps_test.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
remove.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
remove_test.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
services.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00
services_test.go Scope orchestration selection to stack commands only 2018-06-21 17:12:31 -07:00