From a5eec59d130f5a1061e197c7ba29fc4bc3ec3b7f Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sun, 24 Mar 2024 05:44:08 +0000 Subject: [PATCH] chore(release): 3.3.18 [skip ci] --- CHANGELOG.md | 6 ++++++ README.md | 30 ++---------------------------- package.json | 2 +- 3 files changed, 9 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 288c0087..a4533aad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.18](https://github.com/salesforcecli/plugin-trust/compare/3.3.17...3.3.18) (2024-03-24) + +### Bug Fixes + +- **deps:** bump @oclif/core from 3.25.2 to 3.26.0 ([b872a26](https://github.com/salesforcecli/plugin-trust/commit/b872a26b862728d6cbd9e630e3c0045fd38d2d04)) + ## [3.3.17](https://github.com/salesforcecli/plugin-trust/compare/3.3.16...3.3.17) (2024-03-16) ### Bug Fixes diff --git a/README.md b/README.md index 7d279c0c..74309707 100644 --- a/README.md +++ b/README.md @@ -91,34 +91,8 @@ sfdx plugins -- [`@salesforce/plugin-trust plugins trust verify`](#salesforceplugin-trust-plugins-trust-verify) +# Command Topics -## `@salesforce/plugin-trust plugins trust verify` - -Validate a digital signature. - -``` -USAGE - $ @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. - -GLOBAL FLAGS - --json Format output as json. - -DESCRIPTION - 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 https://npm.pkg.github.com - - $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName -``` - -_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.17/src/commands/plugins/trust/verify.ts)_ +- [`@salesforce/plugin-trust plugins`](docs/plugins.md) - list installed plugins diff --git a/package.json b/package.json index cc5024bb..04fce2ea 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": "3.3.17", + "version": "3.3.18", "author": "Salesforce", "bin": { "sf-trust": "bin/dev"