Microsoft Azure Command-Line Interactive Shell
Project description
Azure CLI Interactive Shell
****************************
The interactive shell for Microsoft Azure CLI (Command Line Interface)
######################################################################
* Interactive Tutorials
* Lightweight Drop Down Completions
* Auto Cached Suggestions
* Dynamic parameter completion
* 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
############
.. code-block:: console
$ pip install az-cli-shell
Running
########
To start the application
.. code-block:: console
$ az-cli
Then type your commands and hit [Enter]
To use commands outside the application
.. code-block:: console
$ #[command]
To Search through the last command as json
jmespath format for querying
.. code-block:: console
$ ? [param]
*Note: Only if the previous command dumps out json, e.g. vm list*
To only see the commands for a command
.. code-block:: console
$ %% [top-level command]
To undefault a value
.. code-block:: console
$ ^^ [value to undefault]
Use Examples
########
Type a command, for example:
.. code-block:: console
$ vm create
Look at the examples
*Scroll through the pane with Control H for up and Control N for down #*
Pick the example you want with:
.. code-block:: console
$ vm create :: [Example Number]
Dev Setup
########
Fork and clone repository
.. code-block:: console
$ . dev_setup.py
To get the Exit Code of the previous command:
.. code-block:: console
$ $
****************************
The interactive shell for Microsoft Azure CLI (Command Line Interface)
######################################################################
* Interactive Tutorials
* Lightweight Drop Down Completions
* Auto Cached Suggestions
* Dynamic parameter completion
* 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
############
.. code-block:: console
$ pip install az-cli-shell
Running
########
To start the application
.. code-block:: console
$ az-cli
Then type your commands and hit [Enter]
To use commands outside the application
.. code-block:: console
$ #[command]
To Search through the last command as json
jmespath format for querying
.. code-block:: console
$ ? [param]
*Note: Only if the previous command dumps out json, e.g. vm list*
To only see the commands for a command
.. code-block:: console
$ %% [top-level command]
To undefault a value
.. code-block:: console
$ ^^ [value to undefault]
Use Examples
########
Type a command, for example:
.. code-block:: console
$ vm create
Look at the examples
*Scroll through the pane with Control H for up and Control N for down #*
Pick the example you want with:
.. code-block:: console
$ vm create :: [Example Number]
Dev Setup
########
Fork and clone repository
.. code-block:: console
$ . dev_setup.py
To get the Exit Code of the previous command:
.. code-block:: console
$ $
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
azure-cli-shell-0.1.1a1.tar.gz
(19.8 kB
view details)
File details
Details for the file azure-cli-shell-0.1.1a1.tar.gz
.
File metadata
- Download URL: azure-cli-shell-0.1.1a1.tar.gz
- Upload date:
- Size: 19.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 425a7d0a130a342b5a17c1083ed88fc25dd1ae3de12c7f5428dce2ec8b1d69d3 |
|
MD5 | d0fd935bfcf7021405bdc7ea8b6a0d87 |
|
BLAKE2b-256 | 3250a55f0c2ecc822cb26a9eeb10b35ec43b7bef0625f016b87999bceb4e5784 |