diff --git a/doc/03-cli.md b/doc/03-cli.md index 7fcafc2d6..69f8f58c5 100644 --- a/doc/03-cli.md +++ b/doc/03-cli.md @@ -487,6 +487,11 @@ performance. Lists the name, version and license of every package installed. Use `--format=json` to get machine readable output. +### Options + +* **--no-dev:** Remove dev dependencies from the output +* **--format:** Format of the output: text or json (default: "text") + ## run-script To run [scripts](articles/scripts.md) manually you can use this command,