Skip to content

jankidepala/vscode-azurecli

 
 

Repository files navigation

Azure CLI Tools

Scrapbooks for developing and running commands with the Azure CLI.

Create .azcli files and use these features:

  • IntelliSense for commands and their arguments.
  • Snippets for commands, inserting required arguments automatically.
  • Run the current command in the integrated terminal.
  • Run the current command and show its output in a side-by-side editor.
  • Show documentation on mouse hover.
  • Display current subscription and defaults in status bar.

Azure CLI Tools in Action

Known Issues

On OSX the extension currently does not work with the Homebrew install of the Azure CLI. This can be worked around by installing the Azure CLI through the install script (see https://aka.ms/GetTheAzureCLI).

Release Notes

0.3.0

0.2.0

0.1.0

  • Improve argument sort order in IntelliSense.
  • Fix handling of spaces in az's path on Windows. Did not work with MSI install.
  • Fix version check for older versions. Should show a message asking to update az.
  • Smaller bugfixes.

0.0.1

Initial release.

Contributing

File bugs and feature requests in GitHub Issues.

Checkout the source code in the GitHub Repository.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

MIT

About

VS Code extension for the Azure CLI 2.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 53.2%
  • TypeScript 43.4%
  • Shell 3.2%
  • Batchfile 0.2%