[draft]
Welcome to the ARO command-line extension.
Code in these directories make up the commands and logic for the az aro CLI.
This is where the majority of human written code lives.
highlights:
__init__.py- Azure CLI entrypointcommands.py- ARO extension command structure definitionscustom.py- Logic and helper methods for subcommands_help.py- Help output definitions
Locally generated code
Generated code vendored from AZ tooling (upstream?) that we occasionally change when we need new classes or functions.
More vendored code
Ensure you have python installed. I recommend using asdf
(ref) if you aren't already.
From the repo root, run make pyenv to create and setup our local python
virtual environment.