Skip to content
Compare
Choose a tag to compare
@eidam eidam released this 09 May 12:42
4c10c18

Additions

  • 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>.
  • New accountId input
    • This allows you to specify your account ID.

Removals

Changes

-- no changes --

Breaking changes

  • publish has been removed.
    • You should instead do command: publish.