Linode CLI (Developer Release #6)Linode CLI is Linode's command line tool for interacting with your Linode services.
This is our sixth early developer release of a command line tool we're working on that will eventually allow you to interact with all Linode services.
Help us make Linode CLI even more awesome! Send us your feedback and ideas so we can shape the tool to meet your needs.
What's New in This Release?- A new configuration utility prompt, that assists collection of stored defaults
- Improved caching, that will speed up execution time for many commands
- Enhanced StackScript support, allowing multiple distributions
Repository:
https://github.com/linode/cliNew ExamplesConfigure defaults for distribution, datacenter, etc.:
Code:
$ linode configure
Update a StackScript with multiple distributions:
Code:
$ linode stackscript update --label "StackScript Name" --distribution "Debian 7" --distribution "Ubuntu 13.04"
How to Get ItLinode CLI is hosted on GitHub and is open source, dual-licensed under the GPLv2 and the Perl Artistic License. This is a developer release, so for now, depending on your system, you may need to install dependencies manually as described in the README.
https://github.com/linode/cli <-- download options on the right-hand side
Enjoy!
-Linode