logankoester / linode-env

Easily switch configs for the Linode CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linode-env

Easily switch configs for the Linode CLI

Dependency Status devDependency Status Gittip

NPM

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

About

Easily switch configs for the Linode CLI

License:MIT License


Languages

Language:JavaScript 100.0%