Skip to main content
Secrets are provided to applications at runtime as ENV variables. Names are case sensitive and stored as-is, so ensure names are appropriate for the application and vm environment.

Usage

Available Commands

  • deploy - Deploy staged secrets for an application
  • import - Set secrets as NAME=VALUE pairs from stdin
  • list - List application secret names, digests and deployment status
  • set - Set one or more encrypted secrets for an application
  • sync - Sync flyctl with the latest versions of app secrets, even if they were set elsewhere
  • unset - Unset one or more encrypted secrets for an application

Options

Global Options

See Also

  • fly - The Fly.io command line interface