Learn how to use Sequin’s CLI for version-controlled, consistent deployments across environments.
Export your configuration
local
with the name of your local or development context.This creates a sequin.yaml
file you can commit to your repository.sequin.staging.yaml
and sequin.production.yaml
.Database names often differ between environments (e.g. my_db_dev
vs my_db_prod
).sequin config export
is still early and experimental. See the warnings given when you run the command.Apply to production
production
with the name of your production context.Sequin will show you the changes it will apply to your production environment. If they look good, confirm by entering yes
.