JonMorehouse
JonMorehouse

Reputation: 1383

Dotcloud CLI Deploy not found

Could anyone let me know the current version of the Dotcloud CLI? I'm working with 0.4.7 on my machine and can't seem to find a new version in pip/easy_install or online.

However, in the tutorial for deploying django, It says to run the dotcloud deploy command, and I don't seem to have that in my version?

Upvotes: 0

Views: 108

Answers (1)

Andy
Andy

Reputation: 38347

Are you looking at the current version of the Python/Django tutorial? http://docs.dotcloud.com/tutorials/python/django/

CLI version 0.4.7 is the latest official version, and in that version you should use dotcloud push

/A

Upvotes: 2

Related Questions