End-to-end helper to promote changes from dev → stage → prod.
Dev: generate + deploy. Stage: download + apply + deploy. Prod: download (and optionally apply).
Usage:
af namespace-to-prod [namespace] [options] af ntp [namespace] [options]
Options:
--skip-generate: Skip the generate step on dev.
--skip-generate
--apply: Apply the downloaded transactions on prod/test.
--apply
--hold: Put the downloaded transactions on hold on prod/test.
--hold
Last updated 4 months ago
Was this helpful?