linode-env
v1.0.0
Published
Easily switch configs for the Linode CLI
Downloads
2
Readme
linode-env
Easily switch configs for the Linode CLI
Getting Started
If you have a file called ~/.linode-cli
, rename it - or it will be clobbered by the symlink.
Create a directory called ~/.linode-cli-env
.
npm install linode-env -g
$ linode-env -h
Usage: linode-env[options]
Options:
-h, --help output usage information
-V, --version output the version number
-u, --use [name] Activate a given Linode config
-l, --list List the available Linode configs
This script will simply set the file symlinked to ~/.linode-cli
so you
can use the linode-cli
commands without specifying this as an argument each time.
Release History
1.0.0
- Updates for linode-cli v2
0.1.1
- Fixes shebang line
0.1.0
- First release