Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Note that nested packages will *also* show the paths to the specified packages.
For example, running `npm ls promzard` in npm's source tree will show:

```bash
npm@11.10.1 /path/to/npm
npm@11.11.0 /path/to/npm
└─┬ init-package-json@0.0.4
└── promzard@0.1.5
```
Expand Down
24 changes: 24 additions & 0 deletions deps/npm/docs/content/commands/npm-trust.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,30 @@ npm trust gitlab [package] --file [--project|--repo|--repository] [--env|--envir
| `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. |
| `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. |

### `npm trust circleci`

Create a trusted relationship between a package and CircleCI

#### Synopsis

```bash
npm trust circleci [package] --org-id <uuid> --project-id <uuid> --pipeline-definition-id <uuid> --vcs-origin <origin> [--context-id <uuid>...] [-y|--yes]
```

#### Flags

| Flag | Default | Type | Description |
| --- | --- | --- | --- |
| `--org-id` | null | String (required) | CircleCI organization UUID |
| `--project-id` | null | String (required) | CircleCI project UUID |
| `--pipeline-definition-id` | null | String (required) | CircleCI pipeline definition UUID |
| `--vcs-origin` | null | String (required) | CircleCI repository origin in format 'provider/owner/repo' |
| `--context-id` | null | null or String (can be set multiple times) | CircleCI context UUID to match |
| `--dry-run` | false | Boolean | Indicates that you don't want npm to make any changes and that it should only report what it would have done. This can be passed into any of the commands that modify your local installation, eg, `install`, `update`, `dedupe`, `uninstall`, as well as `pack` and `publish`. Note: This is NOT honored by other network related commands, eg `dist-tags`, `owner`, etc. |
| `--json` | false | Boolean | Whether or not to output JSON data, rather than the normal output. * In `npm pkg set` it enables parsing set values with JSON.parse() before saving them to your `package.json`. Not supported by all npm commands. |
| `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. |
| `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. |

### `npm trust list`

List trusted relationships for a package
Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/content/commands/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Note: This command is unaware of workspaces.

### Version

11.10.1
11.11.0

### Description

Expand Down
2 changes: 1 addition & 1 deletion deps/npm/docs/content/using-npm/dependency-selectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The [`npm query`](/commands/npm-query) command exposes a new dependency selector
- `:missing` when a dependency is not found on disk
- `:semver(<spec>, [selector], [function])` match a valid [`node-semver`](https://github.com/npm/node-semver) version or range to a selector
- `:path(<path>)` [glob](https://www.npmjs.com/package/glob) matching based on dependencies path relative to the project
- `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object)
- `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object). You can also use the aggregate type of `registry` for any registry dependency (e.g. tag, version, range, alias)
- `:outdated(<type>)` when a dependency is outdated
- `:vuln(<selector>)` when a dependency has a known vulnerability

Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-access.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-access----11101">
<h1 id="----npm-access----11110">
<span>npm-access</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Set access level on published packages</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-adduser.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-adduser----11101">
<h1 id="----npm-adduser----11110">
<span>npm-adduser</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Add a registry user account</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-audit----11101">
<h1 id="----npm-audit----11110">
<span>npm-audit</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Run a security audit</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-bugs.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-bugs----11101">
<h1 id="----npm-bugs----11110">
<span>npm-bugs</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Report bugs for a package in a web browser</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-cache.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-cache----11101">
<h1 id="----npm-cache----11110">
<span>npm-cache</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Manipulates packages cache</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-ci.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-ci----11101">
<h1 id="----npm-ci----11110">
<span>npm-ci</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Clean install a project</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-completion.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-completion----11101">
<h1 id="----npm-completion----11110">
<span>npm-completion</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Tab Completion for npm</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-config----11101">
<h1 id="----npm-config----11110">
<span>npm-config</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Manage the npm configuration files</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-dedupe.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-dedupe----11101">
<h1 id="----npm-dedupe----11110">
<span>npm-dedupe</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Reduce duplication in the package tree</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-deprecate.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-deprecate----11101">
<h1 id="----npm-deprecate----11110">
<span>npm-deprecate</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Deprecate a version of a package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-diff.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-diff----11101">
<h1 id="----npm-diff----11110">
<span>npm-diff</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">The registry diff command</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-dist-tag.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-dist-tag----11101">
<h1 id="----npm-dist-tag----11110">
<span>npm-dist-tag</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Modify package distribution tags</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-docs----11101">
<h1 id="----npm-docs----11110">
<span>npm-docs</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Open documentation for a package in a web browser</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-doctor.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-doctor----11101">
<h1 id="----npm-doctor----11110">
<span>npm-doctor</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Check the health of your npm environment</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-edit----11101">
<h1 id="----npm-edit----11110">
<span>npm-edit</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Edit an installed package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-exec.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-exec----11101">
<h1 id="----npm-exec----11110">
<span>npm-exec</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Run a command from a local or remote npm package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-explain.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-explain----11101">
<h1 id="----npm-explain----11110">
<span>npm-explain</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Explain installed packages</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-explore----11101">
<h1 id="----npm-explore----11110">
<span>npm-explore</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Browse an installed package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-find-dupes.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-find-dupes----11101">
<h1 id="----npm-find-dupes----11110">
<span>npm-find-dupes</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Find duplication in the package tree</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-fund.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-fund----11101">
<h1 id="----npm-fund----11110">
<span>npm-fund</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Retrieve funding information</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-get.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-get----11101">
<h1 id="----npm-get----11110">
<span>npm-get</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Get a value from the npm configuration</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-help-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-help-search----11101">
<h1 id="----npm-help-search----11110">
<span>npm-help-search</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Search npm help documentation</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-help.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-help----11101">
<h1 id="----npm-help----11110">
<span>npm-help</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Get help on npm</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-init.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-init----11101">
<h1 id="----npm-init----11110">
<span>npm-init</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Create a package.json file</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install-ci-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install-ci-test----11101">
<h1 id="----npm-install-ci-test----11110">
<span>npm-install-ci-test</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Install a project with a clean slate and run tests</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install-test----11101">
<h1 id="----npm-install-test----11110">
<span>npm-install-test</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Install package(s) and run tests</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-install.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-install----11101">
<h1 id="----npm-install----11110">
<span>npm-install</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Install a package</span>
</header>
Expand Down
4 changes: 2 additions & 2 deletions deps/npm/docs/output/commands/npm-link.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

<section id="content">
<header class="title">
<h1 id="----npm-link----11101">
<h1 id="----npm-link----11110">
<span>npm-link</span>
<span class="version">@11.10.1</span>
<span class="version">@11.11.0</span>
</h1>
<span class="description">Symlink a package folder</span>
</header>
Expand Down
Loading
Loading