Skip to content

Commit

Permalink
chore(release): 3.3.18 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 24, 2024
1 parent 36b96d6 commit a5eec59
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
30 changes: 2 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,34 +91,8 @@ sfdx plugins

<!-- commands -->

- [`@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 <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.
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

<!-- 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": "3.3.17",
"version": "3.3.18",
"author": "Salesforce",
"bin": {
"sf-trust": "bin/dev"
Expand Down

0 comments on commit a5eec59

Please sign in to comment.