Skip to content

Commit

Permalink
chore(release): 2.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-CLI-BOT committed Aug 3, 2022
1 parent 1a4c3b8 commit 1affd57
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sfdx plugins

## `@salesforce/plugin-trust plugins:trust:verify -n <string> [-r <string>] [--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
Expand All @@ -104,22 +104,22 @@ USAGE
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
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
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)_

<!-- 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.0.1",
"version": "2.0.2",
"author": "Salesforce",
"main": "lib/index.js",
"bin": {
Expand Down

0 comments on commit 1affd57

Please sign in to comment.