.ie \n(.g .ds Aq \(aq .el .ds Aq ' .TH cargo-shuttle 1 "cargo-shuttle 0.57.3" .SH NAME cargo\-shuttle \- CLI for the Shuttle platform (https://www.shuttle.dev/) .SH SYNOPSIS \fBcargo\-shuttle\fR [\fB\-\-offline\fR] [\fB\-\-debug\fR] [\fB\-\-output\fR] [\fB\-\-working\-directory\fR] [\fB\-\-name\fR] [\fB\-\-id\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fB\-V\fR|\fB\-\-version\fR] [\fIdummy\fR] <\fIsubcommands\fR> .SH DESCRIPTION CLI for the Shuttle platform (https://www.shuttle.dev/) .PP See the CLI docs for more information: https://docs.shuttle.dev/guides/cli .SH OPTIONS .TP \fB\-h\fR, \fB\-\-help\fR Print help (see a summary with \*(Aq\-h\*(Aq) .TP \fB\-V\fR, \fB\-\-version\fR Print version .SH "GLOBAL OPTIONS" .TP \fB\-\-offline\fR Disable network requests that are not strictly necessary. Limits some features .RS May also be specified with the \fBSHUTTLE_OFFLINE\fR environment variable. .RE .TP \fB\-\-debug\fR Turn on tracing output for Shuttle libraries. (WARNING: can print sensitive data) .RS May also be specified with the \fBSHUTTLE_DEBUG\fR environment variable. .RE .TP \fB\-\-output\fR \fI\fR [default: normal] What format to print output in .br .br [\fIpossible values: \fRnormal, json] .RS May also be specified with the \fBSHUTTLE_OUTPUT_MODE\fR environment variable. .RE .TP \fB\-\-working\-directory\fR \fI\fR [default: .] .TP \fB\-\-name\fR \fI\fR The name of the project to target or create .TP \fB\-\-id\fR \fI\fR The id of the project to target .SH SUBCOMMANDS .TP cargo\-shuttle\-init(1) Generate a Shuttle project from a template .TP cargo\-shuttle\-run(1) Run a project locally .TP cargo\-shuttle\-deploy(1) Deploy a project .TP cargo\-shuttle\-deployment(1) Manage deployments .TP cargo\-shuttle\-logs(1) View build and deployment logs .TP cargo\-shuttle\-project(1) Manage Shuttle projects .TP cargo\-shuttle\-resource(1) Manage resources .TP cargo\-shuttle\-certificate(1) Manage SSL certificates for custom domains .TP cargo\-shuttle\-account(1) Show info about your Shuttle account .TP cargo\-shuttle\-login(1) Log in to the Shuttle platform .TP cargo\-shuttle\-logout(1) Log out of the Shuttle platform .TP cargo\-shuttle\-generate(1) Generate shell completions and man page .TP cargo\-shuttle\-feedback(1) Open an issue on GitHub and provide feedback .TP cargo\-shuttle\-upgrade(1) Upgrade the Shuttle CLI binary .TP cargo\-shuttle\-mcp(1) Commands for the Shuttle MCP server .TP cargo\-shuttle\-help(1) Print this message or the help of the given subcommand(s) .SH VERSION v0.57.3 .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH NAME init \- Generate a Shuttle project from a template .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH SYNOPSIS \fBinit\fR [\fB\-t\fR|\fB\-\-template\fR] [\fB\-\-from\fR] [\fB\-\-subfolder\fR] [\fB\-\-force\-name\fR] [\fB\-\-create\-project\fR] [\fB\-\-no\-git\fR] [\fB\-\-prompt\fR] [\fB\-\-api\-key\fR] [\fB\-h\fR|\fB\-\-help\fR] [\fIPATH\fR] .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH DESCRIPTION Generate a Shuttle project from a template .ie \n(.g .ds Aq \(aq .el .ds Aq ' .SH OPTIONS .TP \fB\-t\fR, \fB\-\-template\fR \fI