Skip to content

Conversation

@dario-piotrowicz
Copy link
Member

Fixes https://jira.cfdata.org/browse/DEVX-2399

The changes here add the framework id alongside the commands to build and deploy the project to the output being printed by wrangler deploy to WRANGLER_OUTPUT_FILE_DIRECTORY or WRANGLER_OUTPUT_FILE_PATH.

For example for an npm astro project these would be:

  • framework id: 'astro'
  • build command: 'npm run build'
  • deploy command: 'npx wrangler deploy'

While for a Next.js project they would instead be:

  • framework id: 'next'
  • build command: 'npx @opennextjs/cloudflare build'
  • deploy command: 'npx @opennextjs/cloudflare deploy'

  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: this is undocumented behavior mostly for internal purposes

A picture of a cute animal (not mandatory, but encouraged)

@dario-piotrowicz dario-piotrowicz requested a review from a team as a code owner January 19, 2026 15:51
@changeset-bot
Copy link

changeset-bot bot commented Jan 19, 2026

🦋 Changeset detected

Latest commit: 6923c62

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 19, 2026

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@11971

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@11971

miniflare

npm i https://pkg.pr.new/miniflare@11971

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@11971

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@11971

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@11971

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/@cloudflare/vitest-pool-workers@11971

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@11971

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@11971

wrangler

npm i https://pkg.pr.new/wrangler@11971

commit: 6923c62

…o `autoconfig_summary` field in the deploy output entry
@dario-piotrowicz dario-piotrowicz force-pushed the dario/DEVX-2399/autoconfig_summary-split-commands branch from a35d15c to 6923c62 Compare January 19, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

1 participant