mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
New translations cli.md (Spanish)
This commit is contained in:
parent
8595a71f94
commit
706a0f5d1b
1 changed files with 17 additions and 0 deletions
17
website/translated_docs/es-ES/cli.md
Normal file
17
website/translated_docs/es-ES/cli.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
---
|
||||||
|
id: cli
|
||||||
|
date: 2017-07-10T23:36:56.503Z
|
||||||
|
title: Command Line Tool
|
||||||
|
---
|
||||||
|
The verdaccio CLI is your go start the application.
|
||||||
|
|
||||||
|
## Commands
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ verdaccio --listen 4000 --config ./config.yaml
|
||||||
|
```
|
||||||
|
|
||||||
|
| Command | Default | Example | Description |
|
||||||
|
| ------------------ | ---------------------------------------- | -------------------- | ---------------------- |
|
||||||
|
| --listen \ **-l** | 4873 | -p 7000 | http port |
|
||||||
|
| --config \ **-c** | ~/home/user/.local/verdaccio/config.yaml | /foo/bar/config.yaml | the configuration file |
|
Loading…
Reference in a new issue