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
Daniel Nephin 9c2b935812 Replace api/client imports with cli/command in experimental files.
Using

git grep -l 'client\.DockerCli' cli/command/stack/ | xargs sed -i -e 's/client\.DockerCli/command\.Dockercli/g'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-09-08 15:46:48 -04:00
..
bundlefile Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
commands Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
container Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
formatter Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
idresolver Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
image Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
inspect Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
network Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
node Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
plugin Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
registry Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
service Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
stack Replace api/client imports with cli/command in experimental files. 2016-09-08 15:46:48 -04:00
swarm Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
system Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
task Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
volume Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
cli.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
credentials.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
in.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
out.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
registry.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
trust.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
trust_test.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00
utils.go Move api/client -> cli/command 2016-09-08 15:46:29 -04:00