@salesforce/cli 2.20.6 → 2.21.1

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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.20.6 linux-x64 node-v20.9.0
27
+ @salesforce/cli/2.21.1 linux-x64 node-v20.9.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -6447,7 +6447,7 @@ EXAMPLES
6447
6447
  $ sf plugins trust verify --npm @scope/npmName
6448
6448
  ```
6449
6449
 
6450
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.6/src/commands/plugins/trust/verify.ts)_
6450
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.0.7/src/commands/plugins/trust/verify.ts)_
6451
6451
 
6452
6452
  ## `sf plugins:uninstall PLUGIN...`
6453
6453