@nick848/sf-cli 1.0.14 → 1.0.15
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/cli/index.js +4 -4
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9013,15 +9013,15 @@ var ALWAYS_ALLOWED = [
|
|
|
9013
9013
|
"clear",
|
|
9014
9014
|
"c",
|
|
9015
9015
|
"version",
|
|
9016
|
-
"v"
|
|
9016
|
+
"v",
|
|
9017
|
+
"update",
|
|
9018
|
+
"u"
|
|
9017
9019
|
];
|
|
9018
9020
|
var REQUIRES_API_KEY = [
|
|
9019
9021
|
"new",
|
|
9020
9022
|
"n",
|
|
9021
9023
|
"init",
|
|
9022
|
-
"i"
|
|
9023
|
-
"update",
|
|
9024
|
-
"u"
|
|
9024
|
+
"i"
|
|
9025
9025
|
];
|
|
9026
9026
|
var CommandExecutor = class {
|
|
9027
9027
|
async execute(parseResult, ctx) {
|