@salesforce/cli 1.63.2 → 1.64.0
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/dist/hooks/preupdate.js +1 -1
- package/npm-shrinkwrap.json +1341 -1735
- package/oclif.manifest.json +1 -1
- package/package.json +32 -29
package/dist/hooks/preupdate.js
CHANGED
|
@@ -11,7 +11,7 @@ const core_1 = require("@oclif/core");
|
|
|
11
11
|
// eslint-disable-next-line @typescript-eslint/require-await
|
|
12
12
|
const hook = async function (opts) {
|
|
13
13
|
if (opts.config.root.includes('sfdx')) {
|
|
14
|
-
core_1.
|
|
14
|
+
core_1.ux.warn('Running "sf update" has no effect because you\'re using a version of sf that was installed by sfdx. To update sf, run "sfdx update".');
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
17
|
exports.hook = hook;
|