linode-cli
linode-cli copied to clipboard
The official Linode command line interface.
## 📝 Description Updated debug output to sanitize bearer token ## ✔️ How to Test Pull down this PR and run `make install` ### Unit Tests `make testunit` ### Manual...
## 📝 Description Added some test as part of test coverage ## ✔️ How to Test make MODULE=linodes/test_linodes.py testint make MODULE=account testint make MODULE=image testint **What are the steps to...
### Description When running `-h` to view available options, it would be useful if the options were sorted alphabetically. That makes it a lot easier to find an option one...
### CLI Version linode-cli v5.51.0 Built from spec version 4.176.0 ### Command linode-cli linodes create [...args...] --json | jq -r .[].id ### Output parse error: Invalid numeric literal at line...
## 📝 Description When working with different accounts from the CLI, it is useful to set one specific account on-demand using the `--as-user` argument. The `get-kubeconfig` plugin did not pass...
## 📝 Description Added tests for changes introduced by the Linode Interfaces epic, covering updates to Account and Networking API endpoints ## ✔️ How to Test make test-int TEST_SUITE=account make...
## 📝 Description This pull request resolves a regression that occurred in `v5.58.0` alongside the Linode Interfaces release, where the arguments used to specify nested config interface arguments (e.g. `--interfaces.purpose`)...
### CLI Version linode-cli v5.57.0 Built from spec version 4.198.0 ### Command linode-cli obj ls ### Output ``` Traceback (most recent call last): File "/home/user/.local/bin/linode-cli", line 8, in sys.exit(main()) File...
## 📝 Description patched(fix) for #735 To fix the problem, we should parse the URL and check the hostname to ensure it matches the expected domain. This can be done...
## 📝 Description Solves https://github.com/linode/linode-cli/issues/650 ## ✔️ How to Test Invoke `-h` with any command and check if options are sorted alphabetically. ## 📷 Preview ```sh $ linode-cli linodes create...