1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-17 07:45:52 +01:00
verdaccio/website/translated_docs/ja/cli.md
verdacciobot 88f1df62dd docs: new Crowdin translations (#646)
docs: new Crowdin translations (#646)
2018-04-05 17:05:16 +02:00

1.1 KiB

id title
cli Command Line Tool

The verdaccio CLI is your go start the application.

Commands

$ 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

Default config file location

To locate the home directory, we rely on $XDG_DATA_HOME as a first choice and Windows environment we look for APPDATA environment variable.

Default storage location

We use $XDG_DATA_HOME environment variable as default to locate the storage by default which should be the same as $HOME/.local/share. If you are using a custom storage, this location is irrelevant.