interactive cli helper tool for azure cli (az)
In here are all the commands we need to create the AZX experience. If you'd like to contribute more, please take a look at the structure of these commands, as well as the tests. Most important of all, please be familiar with the way `settings` are structu
A helper library that wraps the Azure CLI, providing a localized experience
This is a simple command runner that spawns an instance using `exec`, and then pulling STDOUT for reporting.
This package is the main entry point for the CLI experience. There are no tests in here - if you want to see what's happening, use the integrations directory.
Scripts are bundled executions of commands from the `commands` package. The idea here is that most things get executed from in here (with a few exceptions).
In here are the settings that go into each command. There are also a few utilities (like a name generator and a public IP resolver) that help with the command execution.
A helper library that wraps the Azure CLI, providing a localized experience
> TODO: description
> TODO: description
No description provided.
No description provided.