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

Is there a way to delete all files in a bucket or at least a folder in a bucket? It doesn't seem like it. I'd like to see support for...

I've looked around the README, `--help`, the issue tracker, and tried just searching "linode-cli default ssh key", but it doesn't appear to be a supported feature. Currently, it's a pain...

Hey guys I installed linode-cli on my ubuntu zsh shell computer, but i didint get autocompletion. How to configure it, or where can i find autocompletion script. I cannot find...

Using linode-cli v5.0.1, when I run the command: linode-cli linodes ips-list --json --suppress-warnings --format 'private' 123456 I get some json-like outpout. But when I do it with '--text --no-headers' I...

I had a thought/suggestion: As it stands now, the commands in linode-cli are functional but, IMHO, are less than intuitive. For example, *nix admins are completely familiar with using commands...

using: windows 10 python 3.6.0 git bash ``` $ linode-cli --version linode-cli 4.0.0 Built off spec version 4.85.0 ``` ``` $ linode-cli obj --help Traceback (most recent call last): File...

When using an old version of the cli, you get the message below. However it exits with 0 (success). It should return a non-zero value. The API responded with version...

I was unable to find a way (without using `jq`) to filter clusters: ```bash linode-cli lke clusters-list --label=${LABEL} ... ``` In a similar vein to: ```bash linode-cli linodes list --label=${LABEL}...

**OS:** Arch Linux **Python Version:** Python 3.9.1 **Version** ``` linode-cli 3.2.1 Built off spec version 4.79.0 ``` **Output** ``` $ linode-cli longview plan-view Traceback (most recent call last): File "/home/blackbox/.local/bin/linode-cli",...

I have a Dockerfile with the following instructions wherein the requirements.txt I got linode-cli as a package to install: ``` FROM python:3 ENV PYTHONUNBUFFERED 1 RUN mkdir /code WORKDIR /code...