namespace-to-prod

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.

  • --apply: Apply the downloaded transactions on prod/test.

  • --hold: Put the downloaded transactions on hold on prod/test.

Last updated

Was this helpful?