Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v7.11.0 #3127

Merged
merged 25 commits into from
Apr 23, 2021
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(docs): update view docs
Adds workspace/json config

PR-URL: #3101
Credit: @wraithgar
Close: #3101
Reviewed-by: @ruyadorno
  • Loading branch information
wraithgar authored and ruyadorno committed Apr 22, 2021
commit c93f1c39e326feff0857712a10ef6183fbafe1ab
19 changes: 19 additions & 0 deletions docs/content/commands/npm-view.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,25 @@ this:
npm view connect versions
```

### Configuration

#### json

Show information in JSON format. See [`Output`](#output) below.

#### workspaces

Enables workspaces context while searching the `package.json` in the
current folder. Information about packages named in each workspace will
be viewed.

#### workspace

Enables workspaces context and limits results to only those specified by
this config item. Only the information about packages named in the
workspaces given here will be viewed.


### Output

If only a single string field for a single version is output, then it
Expand Down