You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up to #842. We've decided to deploy the CLI docs website
to Vercel instead of Cloudflare, so we need the Craft equivalent of the
Cloudflare target (#843) for Vercel.
Ask
The merged toolkit monorepo needs to deploy the CLI documentation website to
Vercel as a release-gated step (docs must stay in sync with the published
CLI version — same guarantee the current gh-pages Craft target provides).
GitHub Pages doesn't scale to multiple sites in one monorepo, so the CLI website
is moving to Vercel. We want to drive this from Craft on CLI release.
Question / request for Craft
Does Craft have (or would it accept) a vercel target invoking the Vercel
CLI / Deploy API to promote a prebuilt docs artifact to production, gated to
release tags?
If not, confirm the recommended pattern for a custom / command-style
target invoking vercel deploy --prod with VERCEL_TOKEN + VERCEL_ORG_ID / VERCEL_PROJECT_ID, gated to release tags, consuming a
prebuilt docs artifact.
Part of the sentry-cli + sentry-mcp ->
getsentry/toolkitmonorepo merge.Full plan: https://gist.github.com/BYK/8c0ce6cec64608f41fe5654b7827228e
Follow-up to #842. We've decided to deploy the CLI docs website
to Vercel instead of Cloudflare, so we need the Craft equivalent of the
Cloudflare target (#843) for Vercel.
Ask
The merged
toolkitmonorepo needs to deploy the CLI documentation website toVercel as a release-gated step (docs must stay in sync with the published
CLI version — same guarantee the current
gh-pagesCraft target provides).GitHub Pages doesn't scale to multiple sites in one monorepo, so the CLI website
is moving to Vercel. We want to drive this from Craft on CLI release.
Question / request for Craft
verceltarget invoking the VercelCLI / Deploy API to promote a prebuilt docs artifact to production, gated to
release tags?
command-styletarget invoking
vercel deploy --prodwithVERCEL_TOKEN+VERCEL_ORG_ID/VERCEL_PROJECT_ID, gated to release tags, consuming aprebuilt docs artifact.
(
cli@x.y.z/mcp@x.y.z, feat: support prefixed tags for monorepo multi-product releases #844) for per-product.craft.ymlinvocation.
Cross-links