Skip to content

Commit

Permalink
docs: alternative registry example
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Dec 11, 2023
1 parent beeed47 commit 5723dbc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion COMMANDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ OPTIONS
invocation
EXAMPLES
sfdx plugins:trust:verify --npm @scope/npmName --registry http://my.repo.org:4874
sfdx plugins:trust:verify --npm @scope/npmName --registry https://npm.pkg.github.com
sfdx plugins:trust:verify --npm @scope/npmName
```
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ DESCRIPTION
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 http://my.repo.org:4874
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
$ @salesforce/plugin-trust plugins trust verify --npm @scope/npmName
```
Expand Down
2 changes: 1 addition & 1 deletion messages/verify.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Verifies the digital signature on an npm package matches the signature and key s

# examples

- <%= config.bin %> <%= command.id %> --npm @scope/npmName --registry http://my.repo.org:4874
- <%= config.bin %> <%= command.id %> --npm @scope/npmName --registry https://npm.pkg.github.com

- <%= config.bin %> <%= command.id %> --npm @scope/npmName

Expand Down

0 comments on commit 5723dbc

Please sign in to comment.