| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 4c181e2 commit 57dc092
257 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -23,7 +23,7 @@ Note that nested packages will *also* show the paths to the specified packages. | |||
| 23 | 23 | For example, running `npm ls promzard` in npm's source tree will show: | |
| 24 | 24 | ||
| 25 | 25 | ```bash | |
| 26 | - npm@11.10.1 /path/to/npm | ||
| 26 | + npm@11.11.0 /path/to/npm | ||
| 27 | 27 | └─┬ init-package-json@0.0.4 | |
| 28 | 28 | └── promzard@0.1.5 | |
| 29 | 29 | ``` | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -94,6 +94,30 @@ npm trust gitlab [package] --file [--project|--repo|--repository] [--env|--envir | |||
| 94 | 94 | | `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. | | |
| 95 | 95 | | `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. | | |
| 96 | 96 | ||
| 97 | + ### `npm trust circleci` | ||
| 98 | + | ||
| 99 | + Create a trusted relationship between a package and CircleCI | ||
| 100 | + | ||
| 101 | + #### Synopsis | ||
| 102 | + | ||
| 103 | + ```bash | ||
| 104 | + npm trust circleci [package] --org-id <uuid> --project-id <uuid> --pipeline-definition-id <uuid> --vcs-origin <origin> [--context-id <uuid>...] [-y|--yes] | ||
| 105 | + ``` | ||
| 106 | + | ||
| 107 | + #### Flags | ||
| 108 | + | ||
| 109 | + | Flag | Default | Type | Description | | ||
| 110 | + | --- | --- | --- | --- | | ||
| 111 | + | `--org-id` | null | String (required) | CircleCI organization UUID | | ||
| 112 | + | `--project-id` | null | String (required) | CircleCI project UUID | | ||
| 113 | + | `--pipeline-definition-id` | null | String (required) | CircleCI pipeline definition UUID | | ||
| 114 | + | `--vcs-origin` | null | String (required) | CircleCI repository origin in format 'provider/owner/repo' | | ||
| 115 | + | `--context-id` | null | null or String (can be set multiple times) | CircleCI context UUID to match | | ||
| 116 | + | `--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. | | ||
| 117 | + | `--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. | | ||
| 118 | + | `--registry` | "https://registry.npmjs.org/" | URL | The base URL of the npm registry. | | ||
| 119 | + | `--yes`, `-y` | null | null or Boolean | Automatically answer "yes" to any prompts that npm might print on the command line. | | ||
| 120 | + | ||
| 97 | 121 | ### `npm trust list` | |
| 98 | 122 | ||
| 99 | 123 | List trusted relationships for a package | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ Note: This command is unaware of workspaces. | |||
| 14 | 14 | ||
| 15 | 15 | ### Version | |
| 16 | 16 | ||
| 17 | - 11.10.1 | ||
| 17 | + 11.11.0 | ||
| 18 | 18 | ||
| 19 | 19 | ### Description | |
| 20 | 20 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -62,7 +62,7 @@ The [`npm query`](/commands/npm-query) command exposes a new dependency selector | |||
| 62 | 62 | - `:missing` when a dependency is not found on disk | |
| 63 | 63 | - `:semver(<spec>, [selector], [function])` match a valid [`node-semver`](https://github.com/npm/node-semver) version or range to a selector | |
| 64 | 64 | - `:path(<path>)` [glob](https://www.npmjs.com/package/glob) matching based on dependencies path relative to the project | |
| 65 | - - `:type(<type>)` [based on currently recognized types](https://github.com/npm/npm-package-arg#result-object) | ||
| 65 | + - `: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) | ||
| 66 | 66 | - `:outdated(<type>)` when a dependency is outdated | |
| 67 | 67 | - `:vuln(<selector>)` when a dependency has a known vulnerability | |
| 68 | 68 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-access----11101"> | ||
| 189 | + <h1 id="----npm-access----11110"> | ||
| 190 | 190 | <span>npm-access</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Set access level on published packages</span> | |
| 194 | 194 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-adduser----11101"> | ||
| 189 | + <h1 id="----npm-adduser----11110"> | ||
| 190 | 190 | <span>npm-adduser</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Add a registry user account</span> | |
| 194 | 194 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-audit----11101"> | ||
| 189 | + <h1 id="----npm-audit----11110"> | ||
| 190 | 190 | <span>npm-audit</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Run a security audit</span> | |
| 194 | 194 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-bugs----11101"> | ||
| 189 | + <h1 id="----npm-bugs----11110"> | ||
| 190 | 190 | <span>npm-bugs</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Report bugs for a package in a web browser</span> | |
| 194 | 194 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-cache----11101"> | ||
| 189 | + <h1 id="----npm-cache----11110"> | ||
| 190 | 190 | <span>npm-cache</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Manipulates packages cache</span> | |
| 194 | 194 | </header> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -186,9 +186,9 @@ | |||
| 186 | 186 | ||
| 187 | 187 | <section id="content"> | |
| 188 | 188 | <header class="title"> | |
| 189 | - <h1 id="----npm-ci----11101"> | ||
| 189 | + <h1 id="----npm-ci----11110"> | ||
| 190 | 190 | <span>npm-ci</span> | |
| 191 | - <span class="version">@11.10.1</span> | ||
| 191 | + <span class="version">@11.11.0</span> | ||
| 192 | 192 | </h1> | |
| 193 | 193 | <span class="description">Clean install a project</span> | |
| 194 | 194 | </header> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments