Simple command line tool to deploy a folder or a zip file to an Azure Website using WebDeploy. See this post for details.
Sample use:
WAWSDeploy c:\somefolder mysite.PublishSettings
WAWSDeploy c:\somefile.zip mysite.PublishSettings
With optional password argument
WAWSDeploy c:\somefolder mysite.PublishSettings /p mypubsettingspassword
WAWSDeploy c:\somefolder mysite.PublishSettings /password mypubsettingspassword
Allowing untrusted cert
WAWSDeploy c:\somefolder mysite.PublishSettings /au
Do Not Delete files on the remote host
WAWSDeploy c:\somefolder mysite.PublishSettings /d
Verbose Logging
WAWSDeploy c:\somefolder mysite.PublishSettings /v
WAWSDeploy c:\somefolder mysite.PublishSettings /w
npm install -g grunt-cli
npm install
grunt
Add support for untrusted certs.
Support optionally passing password
Support publishing from zip files
Original version