Open jasikpark opened 4 years ago
https://github.com/netlify/cli/blob/master/docs/commands/dev.md#devexec
Probably a good ui, at the very least
Hey! Thanks for digging that up; it's a useful resource!
My current thinking is that the path to this would probably be:
--buildCmd
option which allows you to specify the entire build commandgrouseconf.toml
(which is something the arg parsing library supports for only a few lines of code).This gets most of the way feature-wise; I'm still not sure that I want to have to maintain a bunch of detection logic, even if I can just port it from netlify 🤔
This is blocked on #6
Maybe look into how
netlify dev
works... I'm sure it's probably just grabbing and running whatever's in netlify.toml?