DockerCLI/command/service
Lily Guo 378ae7234a Service create --group param
--group-add was used for specifying groups for both service create
and service update. For create it was confusing since we don't have
an existing set of groups. Instead I added --group to create, and
moved --group-add to service update only, like --group-rm
This deals with issue 27646

Signed-off-by: Lily Guo <lily.guo@docker.com>

Update flag documentation

Specify that --group, --group-add and --groupd-rm refers to
supplementary user groups

Signed-off-by: Lily Guo <lily.guo@docker.com>

Fix docs for groups and update completion scripts

Signed-off-by: Lily Guo <lily.guo@docker.com>
2016-10-28 13:26:31 -07:00
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go Service create --group param 2016-10-28 13:26:31 -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 Service create --group param 2016-10-28 13:26:31 -07:00
opts_test.go Add --health-* commands to service create and update 2016-10-28 15:19:08 -02: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 Service create --group param 2016-10-28 13:26:31 -07:00
update_test.go Add --health-* commands to service create and update 2016-10-28 15:19:08 -02:00