diff --git a/COMMANDS.md b/COMMANDS.md index 489723a3..33bce264 100644 --- a/COMMANDS.md +++ b/COMMANDS.md @@ -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 ``` diff --git a/README.md b/README.md index c48fbd03..861d920f 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/messages/verify.md b/messages/verify.md index 712efb44..ab90745a 100644 --- a/messages/verify.md +++ b/messages/verify.md @@ -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