@salesforce/sf-plugins-core 12.2.25 → 12.2.27

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.
@@ -97,7 +97,7 @@ Warning:
97
97
  # warning.loglevel
98
98
 
99
99
  The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.
100
- Set the log level using the `SFDX_LOG_LEVEL` environment variable.
100
+ Set the log level using the `SF_LOG_LEVEL` environment variable.
101
101
 
102
102
  # actions.tryThis
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/sf-plugins-core",
3
- "version": "12.2.25",
3
+ "version": "12.2.27",
4
4
  "description": "Utils for writing Salesforce CLI plugins",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",