docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

Sub commands from documentation not available #3

Open daanemanz opened 8 years ago

daanemanz commented 8 years ago

Some of the sub commands as documented in e.g. the golang application quickstart are not available. Examples are docker-cloud build and docker-cloud image. Will those be made available later?

Edit: I installed docker-cloud via Homebrew.

fermayo commented 8 years ago

We'll be updating the quickstarts section of the documentation. docker-cloud build will be docker build and docker-cloud image push will be docker tag XXX username/XXXX && docker push username/XXX.