Back to Shuttle

Shuttle CLI

cargo-shuttle/README.md

0.57.31.4 KB
Original Source
<!-- markdownlint-disable --> <div align="center">

Shuttle CLI

<p align=center> <a href="https://docs.shuttle.dev/"> </a> <a href="https://github.com/shuttle-hq/shuttle/search?l=rust"> </a> <a href="https://discord.gg/shuttle"> </a> </p> <!-- markdownlint-restore -->

This is the command line tool for deploying Rust apps on Shuttle, the Rust-native cloud deployment platform.

</div>

Installation

For the full list of installation options, refer to the Installation docs.

Linux and macOS:

sh
curl -sSfL https://www.shuttle.dev/install | bash

Windows (powershell):

powershell
iwr https://www.shuttle.dev/install-win | iex

Build from source:

bash
cargo install cargo-shuttle

Documentation

Run shuttle help to see the basic usage.

Full list of commands and more documentation can be viewed on the CLI docs.

Development

To contribute to cargo-shuttle or stay updated with our development, please open an issue, discussion or PR on Github and join our Discord! 🚀