cargo-shuttle(1) General Commands Manual cargo-shuttle(1) NAME cargo-shuttle - CLI for the Shuttle platform (https://www.shuttle.dev/) SYNOPSIS cargo-shuttle [--offline] [--debug] [--output] [--working-directory] [--name] [--id] [-h|--help] [-V|--version] [dummy] DESCRIPTION CLI for the Shuttle platform (https://www.shuttle.dev/) See the CLI docs for more information: https://docs.shuttle.dev/guides/cli OPTIONS -h, --help Print help (see a summary with '-h') -V, --version Print version GLOBAL OPTIONS --offline Disable network requests that are not strictly necessary. Limits some features May also be specified with the SHUTTLE_OFFLINE environment variable. --debug Turn on tracing output for Shuttle libraries. (WARNING: can print sensitive data) May also be specified with the SHUTTLE_DEBUG environment variable. --output [default: normal] What format to print output in [possible values: normal, json] May also be specified with the SHUTTLE_OUTPUT_MODE environment variable. --working-directory [default: .] --name The name of the project to target or create --id The id of the project to target SUBCOMMANDS cargo-shuttle-init(1) Generate a Shuttle project from a template cargo-shuttle-run(1) Run a project locally cargo-shuttle-deploy(1) Deploy a project cargo-shuttle-deployment(1) Manage deployments cargo-shuttle-logs(1) View build and deployment logs cargo-shuttle-project(1) Manage Shuttle projects cargo-shuttle-resource(1) Manage resources cargo-shuttle-certificate(1) Manage SSL certificates for custom domains cargo-shuttle-account(1) Show info about your Shuttle account cargo-shuttle-login(1) Log in to the Shuttle platform cargo-shuttle-logout(1) Log out of the Shuttle platform cargo-shuttle-generate(1) Generate shell completions and man page cargo-shuttle-feedback(1) Open an issue on GitHub and provide feedback cargo-shuttle-upgrade(1) Upgrade the Shuttle CLI binary cargo-shuttle-mcp(1) Commands for the Shuttle MCP server cargo-shuttle-help(1) Print this message or the help of the given subcommand(s) VERSION v0.57.3 NAME init - Generate a Shuttle project from a template SYNOPSIS init [-t|--template] [--from] [--subfolder] [--force-name] [--create-project] [--no-git] [--prompt] [--api-key] [-h|--help] [PATH] DESCRIPTION Generate a Shuttle project from a template OPTIONS -t, --template