glow redeploy
Roll out a new version while keeping the database. Auto-pre-backs up before doing anything destructive, blue/green swaps with healthcheck monitoring + auto-rollback if the new color flaps
Usage
glow redeploy [--name] [--api-version] [--client-version] [--from-backup] [--reseed] [--grace-minutes]Options
| Flag | Required | Description |
|---|---|---|
--name | No | — |
--api-version | No | — |
--client-version | No | Client image tag — falls back to the last-deployed version recorded in state when omitted |
--from-backup | No | Restore from a named backup as part of the redeploy |
--reseed | No | DESTRUCTIVE: re-run seed-gen and wipe the DB. Use with care |
--grace-minutes | No | — |
Last updated on