- New
command
input- This allows you to specify the Wrangler command you would like to run.
For example, if you want to publish the production version of your Worker you may run
publish --env=production
. - This opens up other possibilities too like publishing a Pages project:
pages publish <directory> --project-name=<name>
.
- This allows you to specify the Wrangler command you would like to run.
For example, if you want to publish the production version of your Worker you may run
- New
accountId
input- This allows you to specify your account ID.
- Removed
publish
input (refer to Breaking changes).
-- no changes --
publish
has been removed.- You should instead do
command: publish
.
- You should instead do