/azshell

This is an experimental project that allows you connect to Azure Cloud Shell from a local terminal without a browser.

Primary LanguageGoMIT LicenseMIT

This is personal fork of https://github.com/yangl900/azshell with binaries.

Go to original repository for latest updates

  • PowerShell
Invoke-WebRequest -Uri https://raw.githubusercontent.com/JayDoubleu/azshell/master/bin/windows/amd64/azshell.exe -OutFile azshell.exe
  • Linux
curl -O  "https://raw.githubusercontent.com/JayDoubleu/azshell/master/bin/linux/amd64/azshell"
  • MacOS
curl -O  "https://raw.githubusercontent.com/JayDoubleu/azshell/master/bin/darwin/amd64/azshell"