0.0.8 • Published 6 years ago

@jjcosgrove/liquid v0.0.8

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

LiQuiD

Linode Quick Deployment (LiQuiD) CLI tool

Uses commander.js, inquirer.js and the Linode API

Demo

Demo

Install

npm -g install @jjcosgrove/liquid

Usage

Set up your Linode Personal Access Token (here) and enter it into the LiQuiD CLI tool:

$ liquid init
? Linode Personal Access Token: PASTE_YOUR_TOKEN_HERE_AND_PRESS_ENTER
āœ” LiQuiD successfully initialized

Now, anytime you need to quickly deploy a new Linode instance you can simply run:

liquid create

And follow the prompts. Upon successful completion it will output a message detailing the IP address and provisioning status of your new Linode instance.

Current supported commands are:

commandfunction
initInitialize LiQuiD (configure API token)
createDeploy new Linode instance

Notes

This is very much a pre-pre alpha release (i.e. if it blows up your mac, don't come knocking).

Todo

  • Better & more robust error messages
  • Nicer visuals
  • Implement profiles
  • Implement domains
  • Refactor code
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago