https://github.com/0xch4z/linodectl
[WIP] Think kubectl, but for Linode resources.
https://github.com/0xch4z/linodectl
cli cloud linode
Last synced: about 1 year ago
JSON representation
[WIP] Think kubectl, but for Linode resources.
- Host: GitHub
- URL: https://github.com/0xch4z/linodectl
- Owner: 0xch4z
- License: mit
- Created: 2020-05-01T01:19:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T15:08:11.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T13:50:36.016Z (over 1 year ago)
- Topics: cli, cloud, linode
- Language: Go
- Homepage:
- Size: 7.97 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# linodectl

A command line interface to manage your Linode infrastructure.
## Usage
```
❯ linodectl
linodectl manages Linode resources
Usage:
linodectl [flags]
linodectl [command]
Available Commands:
completion generate the autocompletion script for the specified shell
config Manage configurations
create Create a Linode resource
delete Delete a resource
edit Edit a resource
get Get a resource
help Help about any command
whoami Introspect
Flags:
-h, --help help for linodectl
-p, --profile string The profile to use for communicating with the Linode API
Use "linodectl [command] --help" for more information about a command.
```
## Installation
```
go install github.com/0xch4z/linodectl/cmd/linodectl@latest
```
See documentation [here](./docs/linodectl.md)