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
Sebastiaan van Stijn 3a3a87bff8 Merge pull request #26988 from thaJeztah/remove-service-update-name-flag
Remove service update name flag
2016-10-27 16:55:47 -07:00
..
cmd.go
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
remove.go
scale.go
update.go Remove --name flag from service update 2016-10-27 09:16:29 -07:00
update_test.go