@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 CHANGED
@@ -7065,15 +7065,15 @@ var ALWAYS_ALLOWED = [
7065
7065
  "clear",
7066
7066
  "c",
7067
7067
  "version",
7068
- "v"
7068
+ "v",
7069
+ "update",
7070
+ "u"
7069
7071
  ];
7070
7072
  var REQUIRES_API_KEY = [
7071
7073
  "new",
7072
7074
  "n",
7073
7075
  "init",
7074
- "i",
7075
- "update",
7076
- "u"
7076
+ "i"
7077
7077
  ];
7078
7078
  var CommandExecutor = class {
7079
7079
  async execute(parseResult, ctx) {