Skip to content

fix: WP-2469 apply cli magic to unpublished templates#799

Merged
deloreyj merged 2 commits intomainfrom
fix-cli
Oct 10, 2025
Merged

fix: WP-2469 apply cli magic to unpublished templates#799
deloreyj merged 2 commits intomainfrom
fix-cli

Conversation

@deloreyj
Copy link
Contributor

@deloreyj deloreyj commented Oct 9, 2025

Description

Fixes #WP-2469.

Checklist

  • Template Metadata
    • template directory ends with -template
    • "cloudflare" section of package.json is populated
    • template preview image uploaded to Images
    • README is populated and uses <!-- dash-content-start --> and <!-- dash-content-end --> to designate the Dash readme preview
    • .gitignore file exists
    • package.json contains a deploy command
    • package.json contains private: true and no version field

Example package.json

"private": true,
"cloudflare": {
  "label": "Worker + D1 Database",
  "products": [
    "Workers",
    "D1"
  ],
  "categories": [
    "storage"
  ],
  "docs_url": "https://developers.cloudflare.com/d1/",
  "preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/cb7cb0a9-6102-4822-633c-b76b7bb25900/public"
}

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2025

template name version latestVersion isDevDependency
d1-starter-sessions-api-template @cloudflare/vitest-pool-workers 0.8.44 0.9.12 true
d1-starter-sessions-api-template durable-utils 0.3.4 0.3.5 true
d1-starter-sessions-api-template typescript 5.8.3 5.9.3 true
d1-starter-sessions-api-template wrangler 4.21.x 4.42.2 true

@github-actions
Copy link
Contributor

github-actions bot commented Oct 9, 2025

Dashboard preview link

Copy link
Contributor

@irvinebroque irvinebroque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@deloreyj deloreyj merged commit f445ff7 into main Oct 10, 2025
2 checks passed
@deloreyj deloreyj deleted the fix-cli branch October 10, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants