generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6296372
commit 1a4c3b8
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"description": "validate a digital signature for a npm package", | ||
"description": "Validate a digital signature for a npm package.", | ||
"examples": [ | ||
"sfdx plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874", | ||
"sfdx plugins:trust:verify --npm @scope/npmName" | ||
"<%= config.bin %> <%= command.id %> --npm @scope/npmName --registry http://my.repo.org:4874", | ||
"<%= config.bin %> <%= command.id %> --npm @scope/npmName" | ||
], | ||
"flags": { | ||
"npm": "Specify the npm name. This can include a tag/version", | ||
"registry": "The registry name. the behavior is the same as npm" | ||
"npm": "Specify the npm name. This can include a tag/version.", | ||
"registry": "The registry name. The behavior is the same as npm." | ||
}, | ||
"FailedDigitalSignatureVerification": "A digital signature is specified for this plugin but it didn't verify against the certificate." | ||
} |