An open API service indexing awesome lists of open source software.

https://github.com/linode/linode-cli

The official Linode command line interface.
https://github.com/linode/linode-cli

cloud command-line-tool infrastructure linode

Last synced: 8 days ago
JSON representation

The official Linode command line interface.

Awesome Lists containing this project

README

        

# linode-cli (lin)

The Linode Command Line Interface

Provides easy access to any of the Linode API endpoints from the command line and displays results in an organized, configurable table.

This project is automatically generated from the [Linode OpenAPI spec](https://www.linode.com/docs/api/) using the [openapi3 Python package](https://github.com/Dorthu/openapi3).

![Example of CLI in use](https://raw.githubusercontent.com/linode/linode-cli/main/demo.gif)

Visit the [Wiki](../../wiki) for more information.

## Install

Install via PyPI:
```bash
pip3 install linode-cli
```

Visit the [Wiki](../../wiki/Installation) for more information.

## Contributing

This CLI is generated from the [OpenAPI specification for Linode's API](https://github.com/linode/linode-api-docs). As
such, many changes are made directly to the spec.

Please follow the [Contributing Guidelines](https://github.com/linode/linode-cli/blob/main/CONTRIBUTING.md) when making a contribution.