linode-cli icon indicating copy to clipboard operation
linode-cli copied to clipboard

The official Linode command line interface.

Results 92 linode-cli issues
Sort by recently updated
recently updated
newest added

Using the label: `k8s_test`, for example, will result in a nearly completed cluster and a very late error. ``` module.k8s.linode_instance.k8s_master (remote-exec): name: Invalid value: "k8s_test-master-1": a DNS-1123 subdomain must consist...

I was trying to package `linode-cli` for NixOS and I noticed a couple issues with the release artifacts. I'll post a separate issues about them. The wheel archive metadata.json file...

On the current master (b49c6302d836d8e64ba0605e8cd7c88cd8eb1969) I get this on `make build`: ``` rm -f linodecli/data-* rm -f linode-cli.sh rm -f dist/* python -m linodecli bake https://developers.linode.com/api/v4/openapi.yaml --skip-config No spec baked....

I think it'd be better if `linode-cli` respected the `$XDG_CONFIG_HOME ` variable and defaulted to `$HOME/.config/linode-cli` as the config dir if it's not set. Personally, I don't like my home...

enhancement

Making the following request: $ linode-cli linodes backups-list 11562279 Results in the following output: ┌──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┬─────────────┬─────────┐ │ automatic │ in_progress │ current │ ├──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┼─────────────┼─────────┤ │ {'id': 108191249, 'disks': [{'size': 2669, 'label':...

The deprecated github.com/linode/cli project was available through Linode's APT repository. This issue is a place-holder for any decision to include or exclude linode-cli in the Linode APT repository.

Write a command that retrieves Linode's global status from status.linode.com and parses it into a command-line friendly version.

Command run: ``` $ linode-cli linodes clone 10692855 --linode_id 10894671 Request failed: 400 ┌errors──┬──────────────────────────────────────────────┐ │ field │ reason │ ├────────┼──────────────────────────────────────────────┤ │ type │ A valid Linode type by that ID...

I try to create a Linode with the following command: linode-cli linodes create --type g6-standard-4 --region eu-central --backup_id 103216265 --backups_enabled false --private_ip true --group SmoothcompNew Result: ``` Request failed: 400...

*Bug Description* Unable to view linode users via the CLI. The `linode-cli users view --username $USERNAME` command fails to accept valid username arguments. *Steps to Reproduce* ```bash linode-cli users view...