diff --git a/CHANGELOG.md b/CHANGELOG.md index 77640bf8..52f31d67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 8763d358..a7a555dc 100644 --- a/README.md +++ b/README.md @@ -91,28 +91,27 @@ sfdx plugins -- [`@salesforce/plugin-trust plugins:trust:verify -n [-r ] [--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 [-r ] [--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 [-r ] [--json] [--loglevel - trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL] + $ @salesforce/plugin-trust plugins:trust:verify -n [--json] [-r ] FLAGS - -n, --npm= (required) Specify the npm name. - This can include a tag/version. - -r, --registry= 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= (required) Specify the npm name. This can include a tag/version. + -r, --registry= 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 @@ -120,6 +119,6 @@ EXAMPLES $ @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)_ diff --git a/package.json b/package.json index 43bbc552..f3e43d9f 100644 --- a/package.json +++ b/package.json @@ -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": {