1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/cli/command/service
allencloud 3af743bb32 return nil when no node or service to avoid additional api call
Signed-off-by: allencloud <allen.sun@daocloud.io>
2016-10-11 10:59:16 +08:00
..
cmd.go Only hide commands if the env variable is set. 2016-09-19 13:28:15 -04:00
create.go
inspect.go Add formatter for service inspect 2016-09-19 16:28:19 -04:00
inspect_test.go Add formatter for service inspect 2016-09-19 16:28:19 -04: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 Fix cli/command/service/opts_test.go, and add some extra test cases 2016-09-27 15:27:02 +00: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
remove.go
scale.go validate service parameter in client side to avoid api call 2016-09-26 17:18:02 +08:00
update.go
update_test.go