mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-13 22:48:31 -05:00
Update docs for cli (#3325)
- Minor corrections and additions - Added link to possible formats for `listen` command
This commit is contained in:
parent
08c36e688e
commit
a32a7e617e
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ verdaccio --listen 4000 --config ~./config.yaml
|
|||
|
||||
Command | Default | Example | Description
|
||||
--- | --- | --- | ---
|
||||
--listen \ **-l** | 4873 | -p 7000 | http port
|
||||
--config \ **-c** | ~/.local/verdaccio/config.yaml | ~./config.yaml | the configuration file
|
||||
--info \ **-i** | | | prints local environment information
|
||||
--listen \ **-l** | http:localhost:4873 | 7000 | Define protocol + host + port ([formats](https://github.com/verdaccio/verdaccio/blob/08c36e688e8635733f92080eb3598239d43259cb/packages/node-api/src/cli-utils.ts#L7-L16))
|
||||
--config \ **-c** | ~/.local/verdaccio/config.yaml | ~./config.yaml | Set location of the configuration file
|
||||
--info \ **-i** | | | Print local environment information
|
||||
--version \ **-v** | | | Show version information
|
||||
|
||||
## Default config file location {#default-config-file-location}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue