Skip to content

First Release

Compare
Choose a tag to compare
@MarkWarneke MarkWarneke released this 13 Mar 15:46
· 74 commits to master since this release

Initial Release for Az.Cli 0.1 published https://pypi.org/project/az.cli/

from az.cli import az
az("<command>")

Changelog:

  • Adds basic functionality az('<COMMAND>') can be executed to run Azure CLI commands in python3
  • Adds Dockerfile to build and test
  • Adds Makefile to build and run the app
  • Adds the initial README explaining the idea, concept and how to use it