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.
- Host: GitHub
- URL: https://github.com/linode/linode-cli
- Owner: linode
- License: bsd-3-clause
- Created: 2017-06-06T19:54:58.000Z (almost 8 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-30T16:16:15.000Z (6 months ago)
- Last Synced: 2024-10-30T17:26:21.487Z (6 months ago)
- Topics: cloud, command-line-tool, infrastructure, linode
- Language: Python
- Homepage: https://linode.com
- Size: 1.83 MB
- Stars: 377
- Watchers: 30
- Forks: 136
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
- jimsghstars - linode/linode-cli - The official Linode command line interface. (Python)
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).

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.