azx
v0.0.6
Published
interactive cli helper tool for azure cli (az)
Downloads
3
Readme
azx
Interactive cli helper for Azure CLI 2
Implements interactive flows for selecting data (just show-tags
right now)
You'll need to have az
installed in path
Install
$ npm i -g azx
Usage
$ azx -h
Usage: azx [command] [options]
Interactive <az> helper
Options:
-v, --version output the version number
-h, --help output usage information
Commands:
set-subscription|s select az subscription
get-tags|gt list tags for image in acr
interactive|i select from available commands interactively
What it looks like
Select subscription
List tags in acr repository
Dependencies
- commander - solution for building node.js cli
- inquirer - interactive cli prompts
- clui - cli spinner
- execa - a better
child_process
- semver-sort - for sorting image tags
Inspiration
- https://www.sitepoint.com/javascript-command-line-interface-cli-node-js/
- https://scotch.io/tutorials/build-an-interactive-command-line-application-with-nodejs
License
MIT @ https://tolu.mit-license.org/