ehmicky
ehmicky
Thanks for this project! Would it be possible to add a `CHANGELOG`? This helps users keep track of new versions and features.
This adds [`nve`](https://github.com/ehmicky/nve), which allows running any terminal command with any Node.js version. Unlike `nvm`, which is Bash specific, it works with any shell.
See background at https://github.com/netlify/team-dev/issues/36 Once https://github.com/netlify/cli/issues/3512 is done and released, we should use pure ES modules and make a major release. This is more than just switching from CommonJS to...
### Which problem is this feature request solving? `build.command` and `build.ignore` both run with Bash. At the moment, `dev.command` does not run in any shell. https://github.com/netlify/cli/blob/4172001e367e5acf395124d55610dec65f3957dc/src/commands/dev/dev.js#L119-L126 This breaks feature parity...
`@netlify/build` and `@netlify/config` print debug logs when the `NETLIFY_BUILD_DEBUG` environment variable is set. This is very useful, but this requires a manual action from users which adds some back-and-forth with...
The `--token` passed in the CLI could be used inside build command and plugins by using `ps`. This token is only valid during the duration of the build, and can...
In an effort to support future UI work in app.netlify.com, we need to allow for plugins to output logs. These logs will: - Be consumed by netlify UI - Be...
The `PUBLISH_DIR` constant reflects the "publish" directory as set in `netlify.toml` or in the UI build settings. When unset, it defaults to the build directory. However, when set, it is...
We surface plugin errors in the UI ("plugins error statuses"), i.e. not only in the build logs. We should also show the following specific error types in the UI: -...
The main process can experience issues communicating with Build plugins child processes when one of the following happens: - the Build plugin process aborted (bug in the plugin) - there...