fastify-cli icon indicating copy to clipboard operation
fastify-cli copied to clipboard

Run a Fastify application with one command!

Results 94 fastify-cli issues
Sort by recently updated
recently updated
newest added

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

bug
help wanted

#### Checklist - [x] run `npm run test` and `npm run benchmark` - [x] commit message and code follows the [Developer's Certification of Origin](https://github.com/fastify/.github/blob/master/CONTRIBUTING.md#developers-certificate-of-origin-11) and the [Code of conduct](https://github.com/fastify/.github/blob/master/CODE_OF_CONDUCT.md)

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

This patch is minor. It updates the comment line of the routes definition that was using the same as the plugins comment block. #### Checklist - [x] run `npm run...

This originated from feature request described here: https://github.com/fastify/fastify-cli/issues/569 This feature addition adds a watch command parameter that you can run every time there is a watch event change. #### Checklist...

### Prerequisites - [X] I have written a descriptive issue title - [X] I have searched existing issues to ensure the feature has not already been requested ### 🚀 Feature...

semver-minor
help wanted

I think this could be the fix for the issue #558 that I opened. The problem with `dotenv.config().parsed` is that `dotenv.config()` modifies the `process.env`. So the fix uses `dotenv.parse()` directly...

If you start a fastify app with the fastify cli and the watch parameter, the environment variable precedence is changed. ## Example So if you have a `.env` file with...