From 1affd57bd25563be4278c16b9249c8d765475ca6 Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Wed, 3 Aug 2022 16:14:56 +0000 Subject: [PATCH] chore(release): 2.0.2 [ci skip] --- CHANGELOG.md | 6 ++++++ README.md | 16 ++++++++-------- package.json | 2 +- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5c05023..60cc4d8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.0.2](https://github.com/salesforcecli/plugin-trust/compare/v2.0.1...v2.0.2) (2022-08-03) + +### Bug Fixes + +- update help messages ([#287](https://github.com/salesforcecli/plugin-trust/issues/287)) ([1a4c3b8](https://github.com/salesforcecli/plugin-trust/commit/1a4c3b896a19e87726425e215be235b1b6929d01)) + ### [2.0.1](https://github.com/salesforcecli/plugin-trust/compare/v2.0.0...v2.0.1) (2022-06-08) ### Bug Fixes diff --git a/README.md b/README.md index 57fc9472..37940ebd 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ sfdx plugins ## `@salesforce/plugin-trust plugins:trust:verify -n [-r ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` -validate a digital signature for a npm package +Validate a digital signature for a npm package. ``` USAGE @@ -104,22 +104,22 @@ USAGE 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 + 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 DESCRIPTION - validate a digital signature for a npm package + Validate a digital signature for a npm package. EXAMPLES - sfdx plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874 + $ @salesforce/plugin-trust plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874 - sfdx plugins:trust:verify --npm @scope/npmName + $ @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.0/src/commands/plugins/trust/verify.ts)_ +_See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/v2.0.1/src/commands/plugins/trust/verify.ts)_ diff --git a/package.json b/package.json index b08b84e5..2199e35f 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.0.1", + "version": "2.0.2", "author": "Salesforce", "main": "lib/index.js", "bin": {