cargo-shuttle

Crates.iocargo-shuttle
lib.rscargo-shuttle
version0.57.2
created_at2022-03-14 12:31:47.88985+00
updated_at2025-09-15 13:30:53.738797+00
descriptionCLI for the Shuttle platform (shuttle.dev)
homepagehttps://www.shuttle.dev
repositoryhttps://github.com/shuttle-hq/shuttle
max_upload_size
id549807
size332,027
Release (github:shuttle-hq:release)

documentation

README

Shuttle CLI

docs language discord

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

Installation

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

Linux and macOS:

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

Windows (powershell):

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

Build from source:

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! 🚀

Commit count: 1549

cargo fmt