Linode CLI (developer release #5)

Linode CLI (Developer Release #5)

Linode CLI is Linode's command line tool for interacting with your Linode services.

This is our fifth early developer release of a command line tool we're working on that will eventually allow you to interact with all Linode services.

Linode CLI continues to get even more awesome! You can help by sending in your ideas.

We encourage your feedback, as it is always welcome and helps shape the design.

What's New in This Release?
* Improved JSON output, now including the actions and all input arguments that were provided

  • Full support for StackScripts (create, update, delete, list, and show)

  • Squashed a few issues with JSON error reporting output
    Repository: https://github.com/linode/cli

New Examples

Create a new StackScript:

$ linode stackscript create --label "StackScript Name" --codefile "/path/myscript.sh" --distribution "Debian 7"

Display all of your StackScripts:

$ linode stackscript show

How to Get It

Linode 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

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