linode-cli
linode-cli copied to clipboard
The official Linode command line interface.
## 📝 Description Depends on #629 This pull request points the Linode CLI's build configuration at the OpenAPI spec stored in the [akamai/akamai-apis repository](https://github.com/akamai/akamai-apis). This includes the following changes: *...
### CLI Version linode-cli v5.56.3 Built from spec version 4.193.0 ### Command ``` lin images upload --label mylabel --region us-ord \ --cloud_init false --description mydesc \ ~/my.img.gz ``` ### Output...
### CLI Version v5.56.2 ### Command https://github.com/linode/linode-cli/blob/fafe73e1f48a48ab9cbdf9b01f679e041f6bf3fa/tests/integration/domains/test_slave_domains.py#L73-L73 Sanitizing untrusted URLs is a common technique for preventing attacks such as request forgeries and malicious redirections. Usually, this is done by checking...
### CLI Version v5.56.2 ### Command https://github.com/linode/linode-cli/blob/fafe73e1f48a48ab9cbdf9b01f679e041f6bf3fa/tests/integration/stackscripts/test_stackscripts.py#L95-L95 It's easy to write a regular expression range that matches a wider range of characters than you intended. `/[a-zA-z]/` matches all lowercase and...
## 📝 Description This change adds automatic clean-up of object storage access keys created by linode-cli that are older than 30 days (by default). The clean-up runs once every 24...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
## 📝 Description This is linode CLI external plugin for ACLP-MR services. Here is how this requests going to looks like **Sample Command** linode-cli monitor-metrics-get --url 'https://mr-devcloud.cloud-observability-dev.akadns.net/v2beta/monitor/services/firewall/metrics' \ --header 'Authorization:...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3.6.0 to 3.7.0. Release notes Sourced from docker/setup-qemu-action's releases. v3.7.0 Bump @docker/actions-toolkit from 0.56.0 to 0.67.0 in docker/setup-qemu-action#217 docker/setup-qemu-action#230 Bump brace-expansion from 1.1.11 to 1.1.12 in docker/setup-qemu-action#220...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.4.1 to 2.4.2. Release notes Sourced from softprops/action-gh-release's releases. v2.4.2 What's Changed Exciting New Features 🎉 feat: Ensure generated release notes cannot be over 125000 characters by...
### CLI Version linode-cli v5.63.0 Built from spec version 4.212.0 **Reproducer**: 1. Make your terminal window a bit smaller than usual 2. run ` $ linode-cli object-storage keys-create .......` 3....