Will Smith
Will Smith
- feat: add examples from OAS to --help prompt - Still haven't dropped python2 support yet :( - Use examples from the API Docs if present
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...
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 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...
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...
And more generally, oneOf/discriminator repsonses
Write a command that retrieves Linode's global status from status.linode.com and parses it into a command-line friendly version.
More than one person has been confused when trying to create an empty linode or disk and being prompted for a root password. This behavior comes from the default usage...
Pivoting from the spec parser provided here (which was fragile and based on the Linode OpenAPI specification) to a [more robust parser](https://github.com/dorthu/openapi3) based on the OpenAPI 3 Standard. This is...
I notice this wasn't updated for github actions, so I moved it over.