linode-cli
linode-cli copied to clipboard
The official Linode command line interface.
In order to edit firewall rules the API enforces that the edit include all firewall rules at once. This plugin enables to show, edit, add or remove one firewall rule...
This will output the examples provided in the openapi spec to the --help prompt. For example: ``` linodecli linodes create --help linode-cli linodes create Linode Create Arguments: --type: (required) The...
- feat: add examples from OAS to --help prompt - Still haven't dropped python2 support yet :( - Use examples from the API Docs if present
Provide an option to paginate through all pages. An option like `--all-pages` would be helpful and prevent workflows like this: ``` ( linode-cli --text kernels list --page=100 for p in...
I'd like to run the Linode CLI as a container image, rather than "installing" it on my development workstation. I'm primarily using Docker Desktop with Windows 11. I should be...
This relates to #293 After discussing with the firewall team, it seems like automated inserting of individual firewall rules isn't a great idea; the rules are applied immediately as changes...
I'm able to update all firewall rules at once through the CLI but it seems like there's no option to edit/add just one rule, without exposing yourself to messing up...
It would be great if fish completion could be provided out-of-the-box, similar to the existing bash completion.