From d49c8a45b4f1f37e151f9598ba93c6721afb5510 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sat, 16 Dec 2017 13:30:54 +0100 Subject: [PATCH] New translations cli.md (Portuguese, Brazilian) --- website/translated_docs/pt-BR/cli.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 website/translated_docs/pt-BR/cli.md diff --git a/website/translated_docs/pt-BR/cli.md b/website/translated_docs/pt-BR/cli.md new file mode 100644 index 000000000..71da2790b --- /dev/null +++ b/website/translated_docs/pt-BR/cli.md @@ -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 | \ No newline at end of file