Skip to content

capnoid/cli

Repository files navigation

Airplane CLI

Provides CLI access to app.airplane.dev.

Once you install the CLI, run airplane --help to get started.

Installation

Mac/Linux

If you are using Homebrew:

brew install airplanedev/tap/airplane

To upgrade to the latest version with Homebrew:

brew update && brew upgrade airplane

Otherwise, you can install with curl:

curl -L https://github.com/airplanedev/cli/releases/latest/download/install.sh | sh

To upgrade, you can re-run this script and the latest version will be re-installed.

Windows

On Windows, you can install with our PowerShell script:

iwr https://github.com/airplanedev/cli/releases/latest/download/install.ps1 -useb | iex

To upgrade, you can re-run this script and the latest version will be re-installed.