@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/index.mjs CHANGED
@@ -8988,15 +8988,15 @@ var ALWAYS_ALLOWED = [
8988
8988
  "clear",
8989
8989
  "c",
8990
8990
  "version",
8991
- "v"
8991
+ "v",
8992
+ "update",
8993
+ "u"
8992
8994
  ];
8993
8995
  var REQUIRES_API_KEY = [
8994
8996
  "new",
8995
8997
  "n",
8996
8998
  "init",
8997
- "i",
8998
- "update",
8999
- "u"
8999
+ "i"
9000
9000
  ];
9001
9001
  var CommandExecutor = class {
9002
9002
  async execute(parseResult, ctx) {