cmd/dist: change fetch to fetch-object command

To allow us to differentiate from fetching an image, fetch a part of an
image and pulling an image, we now call the `fetch` command the
`fetch-object` command. We can now introduce a command that does the
complete image fetch without creating snapshots, allowing `pull` to
perform the entire process.

Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
Stephen J Day 2017-03-02 13:50:09 -08:00
parent 2831e9b469
commit 6ab6cdce71
No known key found for this signature in database
GPG key ID: 67B3DED84EDC823F
3 changed files with 4 additions and 4 deletions

2
cmd/dist/main.go vendored
View file

@ -61,7 +61,7 @@ distribution tool
},
}
app.Commands = []cli.Command{
fetchCommand,
fetchObjectCommand,
ingestCommand,
activeCommand,
getCommand,