Skip to content

Commit

Permalink
Move docs for --verbose to CLI section
Browse files Browse the repository at this point in the history
  • Loading branch information
Goce Cvetanov authored and Goce Cvetanov committed Feb 25, 2018
1 parent b3bd4b5 commit c2c9de0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 4 additions & 0 deletions lang/en/docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,7 @@ can also specify an alternate port.
--mutex network
--mutex network:30330
```

## Verbose output with `--verbose` <a class="toc" id="toc-verbose" href="#toc-verbose"></a>

Running `yarn <command> --verbose` will print verbose info for the execution (creating directories, copying files, HTTP requests, etc.).
6 changes: 0 additions & 6 deletions lang/en/docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,3 @@ Run yarn install in offline mode.
##### `yarn install --non-interactive` <a class="toc" id="toc-yarn-install-non-interactive" href="#toc-yarn-install-non-interactive"></a>

Disable interactive prompts, like when there's an invalid version of a dependency.

##### `yarn install --verbose` <a class="toc" id="toc-yarn-install-verbose" href="#toc-yarn-install-verbose"></a>

Print verbose info for the installation (creating directories, copying files, HTTP requests, etc.)


0 comments on commit c2c9de0

Please sign in to comment.