christopheranderson / azure-demeteorizer

CLI tool for deploying demeteorized meteor apps on Azure App Service.
MIT License
26 stars 8 forks source link

unknows option '--clean' #25

Closed DanceParty closed 8 years ago

DanceParty commented 8 years ago

I have the dev branch christopheranderson/azure-demeteorizer#dev installed and am running into an issue with deployment using the --clean command.

Specifically my error, when running the command azure-demeteorizer deploy -s 'site' -u 'username' -p 'password' --clean, is:

error: unknown option '--clean'

Any suggestions?