freimer / airplane-cli

The Airplane CLI

Home Page:https://app.airplane.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The Airplane CLI

https://app.airplane.dev


Languages

Language:Go 98.3%Language:TypeScript 0.6%Language:Shell 0.6%Language:PowerShell 0.4%Language:Makefile 0.1%Language:JavaScript 0.0%Language:Dockerfile 0.0%