Tool providing a way to execute commands on your Azure Website, in a way this is a simplified terminal experience for your Azure website.
First, install Node if you don't already have it. Then run:
npm install kuduexec -g
(If you don't want node.js there is also a .NET version of KuduExec called KuduExec.NET)
kuduExec [URL for the kudu service with or without username / password]
kuduExec https://[email protected]/
kuduExec https://[email protected]/mysite.git
This project is under the benevolent umbrella of the .NET Foundation.