linode-cli
linode-cli copied to clipboard
The official Linode command line interface.
This initializes the github workflow to build the linode-cli wheel. It does not handle distribution of the package. It can be triggered at any time by inputting the spec version...
Related to #277 @mechpaul discovered that putting filenames with some special characters, such as `\` and `$` using the `obj` plugin returns a SignatureDoesNotMatch error. To reproduce: ```bash $ echo...
This commit adds --recursive and folder support to upload_object for s3 file storage. - Updated the argparse help documentation to show that both files and folders are supported - Added...
This is for us. This requires: - [x] Dorthu/openapi3#21 - [x] Dorthu/openapi3#24 - [x] Dorthu/openapi3#25 - [ ] https://github.com/Dorthu/openapi3/pull/52 - [ ] https://github.com/Dorthu/openapi3/pull/53 Currently, the Linode CLI uses an OpenAPI...
First, I ask for help with an incomplete command: ``` kjotte@mystic:~$ linode-cli networking ip-update usage: linode-cli [-h] [--rdns rdns] address linode-cli: error: the following arguments are required: address ``` First,...
To clear the rDNS for an IP in the web UI, you leave the domain name field blank. This is an illegal operation in the CLI: ``` $ linode-cli networking...
Closes https://github.com/linode/linode-cli/issues/247 Related to https://github.com/linode/linode-api-docs/pull/468 The API returned kubeconfigs as a base64-encoded YAML string. The linked docs PR uses the appropriate JSON Schema fields to note the encoding and actual...
I'm impressed by the quick turnaround on issue 250 but now I'm your tester : ) Did the update to 5.5.1 but it bails out about 1/3 way though upload...
To reproduce: Create example lke cluster with linode-cli: `linode-cli lke cluster-create --label kubtest --region us-central --k8s_version 1.21 --node_pools.type g6-standard-1 --node_pools.count 3` Wait until all is provisioned and running. Find cluster...
And more generally, oneOf/discriminator repsonses