Installation
How to install the Shuttle Command Line Interface (CLI)
The Shuttle CLI can be installed with a pre-built binary or compiled from source with cargo. There is also an install script that helps you choose the best option.
After installation, you will have two commands: shuttle
and cargo shuttle
.
shuttle
is used for interacting with the NEW shuttle.dev platform.cargo shuttle
is used for interacting with the shuttle.rs platform.
This documentation covers the NEW shuttle.dev platform. Go to docs.shuttle.rs to view the docs for the shuttle.rs platform.
Install script
The install script finds the optimal alternative below for installing the latest version on your OS, architecture and distro.
Run it on Linux and macOS with:
Or on Windows with:
Pre-built binary
Pre-built binaries of the Shuttle CLI for most platforms can be found on our GitHub.
The binaries can also be installed using cargo-binstall, which will automatically download the correct binary for your system:
From source
Although compiling the source code is a bit slower, you can do so with cargo:
Distro packages (unofficial)
Shuttle CLI is also packaged by community members for some distros:
Was this page helpful?