Linode CLI (developer release #3)
A command line tool for interacting with your Linode services.
This is our third early developer release of a command line tool we're working on that will eventually allow you to interact with all Linode services.
We want to thank everyone that is using Linode CLI so far! Your feedback is always welcome and it helps shape the design.
What's new in this release?
* Ability to resize a Linode.
Easy Linode rename.
Output now shows datacenter names.
Cleaner disk and RAM size output.
Added a configuration file permissions check.
Repository:https://github.com/linode/cli
New examples
You can now resize a Linode.
This example resizes a Linode 1024 to a Linode 2048. The plan is provided using a planid.
$ linode resize mylinode 3
Renaming your Linode is easy.
$ linode rename mylinodename mylinodenewname
How to get it
It's 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, you may need to install dependencies manually depending on your system, described in the README.
Enjoy!
-Linode