Get Started

Configuration

Configure the RustAPI CLI for cloud deploys.

Zero config by default

Point the CLI at the cloud API once. See also Deployment recipe.

  • --cloud-url default: api.rustapi.cloud
  • cargo rustapi login GitHub OAuth
  • cargo build --release production binary
  • cargo rustapi deploy cloud go live
# Login cargo rustapi login \ --cloud-url https://api.rustapi.cloud # Deploy cargo build --release cargo rustapi deploy cloud

Deploy your first app.

Sign in with GitHub and ship your Rust API in minutes.

Get Started Free →