Mads Jon Nielsen
Mads Jon Nielsen
- Make sure rules.exist is evaluated on parse time, so `--list` and `--list-all` can show proper when value - Use micromatch over minimatch
- Make sure artifact.reports.dotenv is expanded with environment variables (remote works this way) - Fix bug when loading dotenv file with predefined variable value in its name.
This missing feature can be "circumvented" by using the --file parameter ```shell gitlab-ci-local gitlab-ci-local --file yml-generated-by-first-run.yml ```
People without great debian knowledge gets tab completion out of the box 🤣 @FnuGk Can you investigate if brew has a similar post install script thingie we can utilize? NPM...
closes #217 - Typescript error needs to be fixed in yargs index.d.ts somehow or ignored someway.
Only job arguments gets completed right now. Options like `--needs` and `--manual` would be great to have auto completed as well.
closes #908
**Describe the feature you'd like** Convert "Incoming request ended abruptly: context canceled" from ERR to DBG **Describe alternatives you've considered** Add log ingestion customization that converts log level from error...
**Describe the feature you'd like** I would like the docker image to contain curl or wget so it's possible to create a docker healthcheck that docker-compose or docker swarm can...