@salesforce/plugin-trust 3.3.17 → 3.3.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -91,34 +91,8 @@ sfdx plugins
91
91
 
92
92
  <!-- commands -->
93
93
 
94
- - [`@salesforce/plugin-trust plugins trust verify`](#salesforceplugin-trust-plugins-trust-verify)
94
+ # Command Topics
95
95
 
96
- ## `@salesforce/plugin-trust plugins trust verify`
97
-
98
- Validate a digital signature.
99
-
100
- ```
101
- USAGE
102
- $ @salesforce/plugin-trust plugins trust verify -n <value> [--json] [-r <value>]
103
-
104
- FLAGS
105
- -n, --npm=<value> (required) Specify the npm name. This can include a tag/version.
106
- -r, --registry=<value> The registry name. The behavior is the same as npm.
107
-
108
- GLOBAL FLAGS
109
- --json Format output as json.
110
-
111
- DESCRIPTION
112
- Validate a digital signature.
113
-
114
- Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
115
-
116
- EXAMPLES
117
- $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
118
-
119
- $ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
120
- ```
121
-
122
- _See code: [src/commands/plugins/trust/verify.ts](https://github.com/salesforcecli/plugin-trust/blob/3.3.17/src/commands/plugins/trust/verify.ts)_
96
+ - [`@salesforce/plugin-trust plugins`](docs/plugins.md) - list installed plugins
123
97
 
124
98
  <!-- commandsstop -->