DockerCLI/command/service
Vincent Demeester 4b65bdd802 Merge pull request #27654 from gaocegege/add-quiet-mode-to-service-ps
Add -q option to `docker service ps`
2016-10-28 05:21:03 +02:00
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go Merge pull request #26988 from thaJeztah/remove-service-update-name-flag 2016-10-27 16:55:47 -07:00
inspect.go Fix typs from go to Go 2016-10-18 19:40:16 +08:00
inspect_test.go Fix broken JSON support in cli/command/formatter 2016-10-17 08:07:17 +00:00
list.go return nil when no node or service to avoid additional api call 2016-10-11 10:59:16 +08:00
opts.go Merge pull request #26988 from thaJeztah/remove-service-update-name-flag 2016-10-27 16:55:47 -07:00
opts_test.go Fix cli/command/service/opts_test.go, and add some extra test cases 2016-09-27 15:27:02 +00:00
ps.go fixes #27643 2016-10-28 08:02:57 +08:00
remove.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
scale.go validate service parameter in client side to avoid api call 2016-09-26 17:18:02 +08:00
update.go Remove --name flag from service update 2016-10-27 09:16:29 -07:00
update_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00