Skip to content

Commit

Permalink
chore(release): 2.6.14 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Sep 24, 2023
1 parent 092d7d3 commit b373bfb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.6.14](https://github.com/salesforcecli/plugin-trust/compare/2.6.13...2.6.14) (2023-09-24)

### Bug Fixes

- **deps:** bump @salesforce/sf-plugins-core from 3.1.22 to 3.1.23 ([11b0a96](https://github.com/salesforcecli/plugin-trust/commit/11b0a96a6a223a5c534bc89367e6276bf6086fb7))

## [2.6.13](https://github.com/salesforcecli/plugin-trust/compare/2.6.12...2.6.13) (2023-09-18)

### Bug Fixes
Expand Down
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,35 +91,34 @@ sfdx plugins

<!-- commands -->

- [`@salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`](#salesforceplugin-trust-pluginstrustverify--n-string--r-string---json---loglevel-tracedebuginfowarnerrorfataltracedebuginfowarnerrorfatal)
- [`@salesforce/plugin-trust plugins:trust:verify`](#salesforceplugin-trust-pluginstrustverify)

## `@salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
## `@salesforce/plugin-trust plugins:trust:verify`

Validate a digital signature for a npm package.
Validate a digital signature.

```
USAGE
$ @salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--json] [--loglevel
trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]
$ @salesforce/plugin-trust plugins:trust:verify -n <value> [--json] [-r <value>]
FLAGS
-n, --npm=<value> (required) Specify the npm name.
This can include a tag/version.
-r, --registry=<value> The registry name. The behavior is
the same as npm.
--json format output as json
--loglevel=(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL) [default: warn] logging level for
this command invocation
-n, --npm=<value> (required) Specify the npm name. This can include a tag/version.
-r, --registry=<value> The registry name. The behavior is the same as npm.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Validate a digital signature for a npm package.
Validate a digital signature.
Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
EXAMPLES
$ @salesforce/plugin-trust plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874
$ @salesforce/plugin-trust plugins:trust:verify --npm @scope/npmName
```

_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v2.0.2/src/commands/plugins/trust/verify.ts)_
_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/2.6.14/src/commands/plugins/trust/verify.ts)_

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-trust",
"description": "validate a digital signature for a npm package",
"version": "2.6.13",
"version": "2.6.14",
"author": "Salesforce",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit b373bfb

Please sign in to comment.