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

I was just trying out this tool when I found one of the commands causes a crash to stack trace. I thought it might have been because I was using...

As described in Issue #78, the existing makefile expects "python" to point to python2. However, on many modern distros "python" actually points to python3 (and python2 is available by "python2")....

You do it like this: ``` asauber@linaret2 ~ $ linode-cli linodes create --tags okay --tags wow --tags great --root_pass 'somethign20343##1' ``` Doesn't appear to be documented anywhere

Because the API is not idempotent, I have to issue a `GET` request to the domain records to see if an **A** record exists, and is pointed to the correct...

I came to report an issue retrieving users, but found @patthiel had already opened an issue for it (https://github.com/linode/linode-cli/issues/42). I didn't look into the details of why it is failing....

I'm trying to delete K8s Node Pools using cli, example `linode-cli linodes delete id` checking using `linode-cli linodes list` it;s gone from the list. but after few minutes somehow the...

Hi, New to Linode here. Just trying to run the command `linode-cli linodes list` and get this huge error. ``` Traceback (most recent call last): File "c:\users\user\appdata\local\programs\python\python37\lib\runpy.py", line 193, in...

Rebuilding a host fails with incorrect error message ```shell $ linode-cli linodes rebuild 1234 --root_pass somepassword --authorized_keys ~/.ssh/id_ed25519.pub Request failed: 400 ┌errors───────────┬────────────────────────────────────────────────────────────────────────────────┐ │ field │ reason │ ├─────────────────┼────────────────────────────────────────────────────────────────────────────────┤ │ authorized_keys...

getting following error on cluster creation used following command linode-cli k8s-alpha create tidb-cluster --node-type g6-dedicated-4 --nodes 1 --master-type g6-standard-2 --region ap-south --ssh-public-key $HOME/.ssh/id_rsa.pub Error: failed to execute "/root/.k8s-alpha-linode/tidb-cluster/.terraform/modules/k8s/scripts/kubeadm-token.sh": /root/.k8s-alpha-linode/tidb-cluster/.terraform/modules/k8s/scripts/kubeadm-token.sh: line...

> Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. We should work...