dockercloud-cli
dockercloud-cli copied to clipboard
Sub commands from documentation not available
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.
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.