Linode Quick Deployment (LiQuiD) CLI tool
Uses commander.js, inquirer.js and the Linode API
npm -g install @jjcosgrove/liquid
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 initializedNow, anytime you need to quickly deploy a new Linode instance you can simply run:
liquid createAnd 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:
| command | function |
|---|---|
| init | Initialize LiQuiD (configure API token) |
| create | Deploy new Linode instance |
This is very much a pre-pre alpha release (i.e. if it blows up your mac, don't come knocking).
- Better & more robust error messages
- Nicer visuals
- Implement profiles
- Implement domains
- Refactor code