* pass `logs.colors` as `prettyOptions.colorize`
* `prettyPrintOptions` defaults is no concern of `createLogger`
* call it `colors` not to confuse with `pinoPretty.colorize`
* fix hardcoded `true` for `options.colors`
* Support `VERDACCIO_LOGGER_COLORS` overriding env-var
* Update docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* docs for `VERDACCIO_LOGGER_COLORS`
* `.isTTY` from `stdout` not `stdin`
both work, but I want to ask if I emit to TTY, not if I consume from TTY.
* .md format
* format
* more format guesses
* declare `PrettyOptionsExtended.colors`
* lint
* docs: `EXPERIMENTAL__` prefix
* logger.ts - prefix `EXPERIMENTAL__`
* Update env.variables.md
* env.variables.md - remove double `_`
* Update logger.ts
* logger.ts - remove double `_`, fix boolean parsing
* env.variables.md - explain boolean parsing
* chore: format
* chore: add format, improve logic
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
* WIP: port PR#2199 to master into 5.x
* port PR#2199 to master to 5.x - env.variables.md
* port PR#2199 to master to 5.x - config.spec
* Update config.spec.ts
* Update config.spec.ts
* fix format
Co-authored-by: Juan Picado <juanpicado19@gmail.com>
This both allows for logger type 'rotating-file' and
passing of other options from the config "option" example:
{type: rotating-file, format: json, path: /path/to/log.jsonl, level: http, options: {period: 1d}}
* chore: update svg logos
* chore: update logo assets (png)
thanks lisa for this upgrade
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
* feat: add logo page
logo dimensions are missing here, we will figure out that later
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
* chore: update link
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
* chore: update link text
Co-Authored-By: Daniel Ruf <danielruf@users.noreply.github.com>
Co-Authored-By: Lisapressmar <lisapressmar@users.noreply.github.com>
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.
See also feature request #593.
Corrected typo myscopy --> myscope
If you're using this registry for a specific module scope, specify that scope to set it in the webui instructions header e.g. npm set @coolsp:registry http://localhost:4873.
Added as webui.scope option in .yaml.
> Note: in .yaml, escape @ with \\@.
See also feature request #593.
Removed changes to website/translated_docs and website/versioned_docs
And update docs/web.md and config.md
I believe the path here is wrong. When I install verdaccio with NPM, that `src` folder does not exist. However, there is a `build` folder with a `cli.js`. When I changed `src` to `build` on my machine, the instructions here worked.