Linode CLI (developer release #3)

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.

https://github.com/linode/cli <– right-hand side are the download options

Enjoy!

-Linode

0 Replies

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct