Skip to content

feat(cli): add start command#2501

Merged
jorgemoya merged 5 commits intocanaryfrom
cli-start-command
Aug 1, 2025
Merged

feat(cli): add start command#2501
jorgemoya merged 5 commits intocanaryfrom
cli-start-command

Conversation

@jorgemoya
Copy link
Copy Markdown
Contributor

What/Why?

This is the first pass of the start command. A simple wrapper of the next start command. Next will be to conditionally run next start or opennextjs-cloudflare preview depending on selected framework.

Testing

Locally runs.

Migration

N/A

@jorgemoya jorgemoya requested a review from a team July 28, 2025 18:52
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Jul 28, 2025

⚠️ No Changeset found

Latest commit: 8c89fdc

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
catalyst-canary ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2025 3:52pm
4 Skipped Deployments
Name Status Preview Comments Updated (UTC)
catalyst ⬜️ Ignored (Inspect) Aug 1, 2025 3:52pm
catalyst-au ⬜️ Ignored (Inspect) Aug 1, 2025 3:52pm
catalyst-b2b ⬜️ Ignored (Inspect) Aug 1, 2025 3:52pm
catalyst-uk ⬜️ Ignored (Inspect) Aug 1, 2025 3:52pm

Comment thread packages/cli/src/commands/start.ts Outdated
Comment on lines +15 to +18
await execa({
stdio: 'inherit',
cwd: opts.rootDir,
})`${nextBin} start`;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

My only question is, should we build before we run this command?

@jorgemoya jorgemoya added this pull request to the merge queue Aug 1, 2025
Merged via the queue into canary with commit 59f0d15 Aug 1, 2025
12 checks passed
@jorgemoya jorgemoya deleted the cli-start-command branch August 1, 2025 15:54
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.

2 participants