Ability to invoke `@netlify/dev` via CLI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 26
- Forks
- 21
- Avg merge
- 22h 38m
- Merged PRs (30d)
- 13
Description
Right now use use netlify serve in the SvelteKit integration tests. We use it without any flags. It'd be nice if we could use @netlify/dev instead as it would let us drop hundreds of dependencies from netlify-cli. While I could theoretically wrap @netlify/dev in a CLI myself, it would introduce extra work for me and it'd be nicer if I could just call it directly
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SvelteKit integration tests that currently invoke netlify serve without flags, then inspect how @netlify/dev and the netlify-cli entry points are exposed. The work is done when the tests can invoke @netlify/dev directly and no longer require the extra netlify-cli dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100