Famous / famous-cli

Other
28 stars 20 forks source link

`famous project deploy` should error when not authenticated #8

Closed ericvicenti closed 9 years ago

ericvicenti commented 9 years ago

Running deploy when not logged in does not throw an error or print any message, so I didn't know that I was supposed to run famous register beforehand.

npm install -g famous-cli
famous init my-first-project
cd my-first-project
famous project deploy

Node.js v0.12.1 OSX 10.10.3

MylesBorins commented 9 years ago

the command is

famous deploy

can you try that and see if it helps

lorinbeer commented 9 years ago

we have implemented support for ghost users, as well as a warning that the user is not logged in on execution of deploy. This should resolve this issue.