Skip to content

Installation

Jacob Riddle edited this page Jul 10, 2023 · 3 revisions

Installation

PyPi

pip3 install linode-cli
# for upgrading
pip3 install linode-cli --upgrade

Docker

Token

docker run --rm -it -e LINODE_CLI_TOKEN=$LINODE_TOKEN linode/cli:latest linodes list

Config

docker run --rm -it -v $HOME/.config/linode-cli:/home/cli/.config/linode-cli linode/cli:latest linodes list

GitHub Actions

Setup Linode CLI GitHub Action to automatically install and authenticate the cli in a GitHub Actions environment:

- name: Install the Linode CLI
  uses: linode/action-linode-cli@v1
  with:
    token: ${{ secrets.LINODE_TOKEN }}

Community Distributions

The Linode CLI is available through unofficial channels thanks to our awesome community! These distributions are not included in release testing.

Homebrew

brew install linode-cli
brew upgrade linode-cli
Clone this wiki locally