Skip to content

capnoid/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0fda87 Â· Dec 10, 2021
Dec 9, 2021
Jul 29, 2021
Dec 9, 2021
Oct 25, 2021
Nov 29, 2021
Nov 24, 2021
Nov 30, 2021
Jul 1, 2021
Mar 24, 2021
Dec 10, 2021
Dec 10, 2021
Nov 17, 2021

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.