Skip to content

plan

Terminal window
alchemy plan [file] [options]

plan previews what would change without applying anything — it is equivalent to alchemy deploy --dry-run.

Plan: 1 to create, 1 to update

+ Queue (AWS.SQS.Queue)
~ Worker (Cloudflare.Worker)

The plan uses + for creates, ~ for updates, - for deletes, and for no-ops. No approval prompt is shown and no changes are made.

OptionDescription
[file]Stack file to plan (defaults to alchemy.run.ts)
--stage <name>Stage to plan against (defaults to dev_$USER)
--profile <name>Auth profile to use (defaults to default or $ALCHEMY_PROFILE)
--env-file <path>Load environment variables from a file