Microsoft Azure Command-Line Interactive Shell
Project description
The interactive shell for Microsoft Azure CLI (Command Line Interface)
Interactive Tutorials
Lightweight Drop Down Completions
Auto Cached Suggestions
Dynamic parameter completion
Defaulting scopes of commands
On the fly descriptions of the commands AND parameters
On the fly examples of how to utilize each command
Optional “az” component
Query the previous command
Navigation of example pane
Optional layout configurations
Fun Colors
Installation
$ pip install --user azure-cli-shell
Running
To start the application
$ az-shell
Then type your commands and hit [Enter]
To use commands outside the application
$ #[command]
To Search through the last command as json jmespath format for querying
$ ? [param]
Note: Only if the previous command dumps out json, e.g. vm list
To only see the commands for a command
$ %% [top-level command]
To undefault a value
$ ^^ [value to undefault]
Use Examples
Type a command, for example:
$ vm create
Look at the examples
Scroll through the pane with Control Y for up and Control N for down #
Pick the example you want with:
$ vm create :: [Example Number]
Dev Setup
Fork and clone repository
$ . dev_setup.py
To get the Exit Code of the previous command:
$ $
Clear History
Only clears the appended suggestion when you restart the shell
$ clear
Docker Image
There is a docker image on docker hub
$ docker pull oakeyc/az-cli-shell:latest
$ docker run -it oakeyc/az-cli-shell:latest
root#: az-shell
Release History
0.2.0
Public Preview release
0.1.1
Preview release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file azure-cli-shell-0.2.2.tar.gz
.
File metadata
- Download URL: azure-cli-shell-0.2.2.tar.gz
- Upload date:
- Size: 23.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c51cc276c064573321d9a6b1b03c2eaf9c822604a84d45ee2c63a22bdf7342eb |
|
MD5 | 9b2261a41a89020822ee4d0e3629d8ce |
|
BLAKE2b-256 | 6b79064c48cdce40ddf23368783833fc02be15f96a4b84d0b795f2bb8765a43e |