2017-12-16 13:25:59 +01:00
|
|
|
---
|
|
|
|
id: cli
|
|
|
|
date: '2017-07-10T23:36:56.503Z'
|
|
|
|
title: "Command Line Tool"
|
|
|
|
---
|
2017-07-04 07:20:13 +02:00
|
|
|
|
2017-12-16 13:25:59 +01:00
|
|
|
The verdaccio CLI is your go start the application.
|
2017-07-04 07:20:13 +02:00
|
|
|
|
|
|
|
## Commands
|
|
|
|
|
|
|
|
```bash
|
|
|
|
$ verdaccio --listen 4000 --config ./config.yaml
|
|
|
|
```
|
|
|
|
|
2017-12-16 13:25:59 +01:00
|
|
|
Command | Default | Example | Description
|
|
|
|
--- | --- | --- | ---
|
2017-07-04 07:20:13 +02:00
|
|
|
--listen \ **-l** | 4873 | -p 7000 | http port
|
|
|
|
--config \ **-c** | ~/home/user/.local/verdaccio/config.yaml | /foo/bar/config.yaml | the configuration file
|