zcatalyst-cli 1.25.2 → 1.26.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.
Files changed (263) hide show
  1. package/lib/api-timer.d.ts +0 -1
  2. package/lib/apig-utils.d.ts +1 -1
  3. package/lib/apig-utils.js +1 -1
  4. package/lib/appsail-utils.js +80 -13
  5. package/lib/archiver.d.ts +0 -4
  6. package/lib/archiver.js +21 -11
  7. package/lib/authentication/constants/auth.js +1 -1
  8. package/lib/authentication/credential.js +3 -3
  9. package/lib/authentication/index.js +25 -14
  10. package/lib/authentication/login.d.ts +0 -2
  11. package/lib/authentication/login.js +23 -10
  12. package/lib/bin/catalyst.js +17 -7
  13. package/lib/client-utils.d.ts +3 -3
  14. package/lib/client-utils.js +2 -2
  15. package/lib/client.js +19 -9
  16. package/lib/code-deck.d.ts +0 -2
  17. package/lib/code-deck.js +4 -4
  18. package/lib/command_needs/config.js +1 -1
  19. package/lib/command_needs/rc.js +5 -2
  20. package/lib/commands/appsail/add.js +17 -7
  21. package/lib/commands/client/setup.js +17 -7
  22. package/lib/commands/config/set.js +5 -3
  23. package/lib/commands/deploy/appsail.js +37 -14
  24. package/lib/commands/deploy/index.js +88 -66
  25. package/lib/commands/deploy/slate.js +37 -14
  26. package/lib/commands/event/generate/integ.js +18 -9
  27. package/lib/commands/functions/add.js +17 -7
  28. package/lib/commands/functions/execute.js +17 -7
  29. package/lib/commands/functions/setup.js +17 -7
  30. package/lib/commands/functions/shell.js +17 -7
  31. package/lib/commands/iac/import.js +18 -8
  32. package/lib/commands/iac/pack.js +17 -7
  33. package/lib/commands/iac/status.js +17 -7
  34. package/lib/commands/index.js +20 -12
  35. package/lib/commands/init.js +17 -7
  36. package/lib/commands/login.js +17 -7
  37. package/lib/commands/logout.js +17 -7
  38. package/lib/commands/project/list.js +17 -7
  39. package/lib/commands/project/use.js +1 -0
  40. package/lib/commands/pull.js +17 -7
  41. package/lib/commands/run.js +17 -7
  42. package/lib/commands/serve.js +17 -7
  43. package/lib/commands/signals/generate/index.js +1 -1
  44. package/lib/commands/slate/create.js +17 -7
  45. package/lib/commands/slate/link.js +18 -7
  46. package/lib/commands/slate/unlink.js +16 -4
  47. package/lib/commands/token/generate.js +17 -7
  48. package/lib/commands/token/list.js +17 -7
  49. package/lib/commands/token/revoke.js +17 -7
  50. package/lib/commands/zest/generate/index.js +21 -11
  51. package/lib/deploy/features/appsail/index.js +2 -3
  52. package/lib/deploy/features/appsail/pack.d.ts +0 -1
  53. package/lib/deploy/features/appsail/pack.js +2 -3
  54. package/lib/deploy/features/appsail/utils.js +7 -8
  55. package/lib/deploy/features/functions/languages/index.js +3 -4
  56. package/lib/deploy/features/index.js +17 -7
  57. package/lib/deploy/features/slate.js +2 -3
  58. package/lib/deploy/index.js +2 -2
  59. package/lib/deploy/util.d.ts +2 -0
  60. package/lib/deploy/util.js +3 -1
  61. package/lib/docs/commands/signals/generate/generate.toml +19 -0
  62. package/lib/docs/commands/slate/unlink.toml +9 -0
  63. package/lib/docs/fn-utils/lib/node.toml +4 -0
  64. package/lib/docs/init/dependencies/python/ensure-python.toml +4 -0
  65. package/lib/docs/serve/server/lib/slate/index.toml +15 -0
  66. package/lib/docs/slate-utils.toml +9 -0
  67. package/lib/endpoints/index.d.ts +2 -1
  68. package/lib/endpoints/index.js +88 -79
  69. package/lib/endpoints/lib/apig.d.ts +0 -1
  70. package/lib/endpoints/lib/apig.js +2 -2
  71. package/lib/endpoints/lib/applogic.d.ts +0 -1
  72. package/lib/endpoints/lib/applogic.js +2 -2
  73. package/lib/endpoints/lib/appsail.d.ts +1 -4
  74. package/lib/endpoints/lib/appsail.js +7 -7
  75. package/lib/endpoints/lib/client.d.ts +0 -1
  76. package/lib/endpoints/lib/code-deck.js +1 -1
  77. package/lib/endpoints/lib/common.d.ts +0 -2
  78. package/lib/endpoints/lib/ds-bulk.js +2 -2
  79. package/lib/endpoints/lib/env.js +2 -2
  80. package/lib/endpoints/lib/filestore.d.ts +0 -1
  81. package/lib/endpoints/lib/functions.d.ts +0 -1
  82. package/lib/endpoints/lib/functions.js +2 -2
  83. package/lib/endpoints/lib/git-hub.d.ts +0 -2
  84. package/lib/endpoints/lib/iac.d.ts +0 -3
  85. package/lib/endpoints/lib/iac.js +2 -2
  86. package/lib/endpoints/lib/project.d.ts +0 -1
  87. package/lib/endpoints/lib/project.js +2 -2
  88. package/lib/endpoints/lib/sdk.d.ts +0 -2
  89. package/lib/endpoints/lib/sdk.js +1 -1
  90. package/lib/endpoints/lib/slate.d.ts +0 -1
  91. package/lib/endpoints/lib/stratus.d.ts +0 -1
  92. package/lib/endpoints/lib/user.d.ts +0 -2
  93. package/lib/endpoints/lib/user.js +2 -1
  94. package/lib/error/context-help.js +1 -1
  95. package/lib/error/index.js +2 -2
  96. package/lib/event_generate/cache.js +4 -4
  97. package/lib/event_generate/custom.js +1 -2
  98. package/lib/event_generate/datastore.js +4 -4
  99. package/lib/event_generate/filestore.js +4 -4
  100. package/lib/event_generate/github.js +2 -2
  101. package/lib/event_generate/index.js +19 -11
  102. package/lib/event_generate/stratus.js +2 -2
  103. package/lib/event_generate/user.js +2 -2
  104. package/lib/event_generate/webapp.js +2 -2
  105. package/lib/execute/caller.d.ts +0 -1
  106. package/lib/execute/caller.js +20 -7
  107. package/lib/execute/index.js +27 -4
  108. package/lib/execute-script.js +22 -13
  109. package/lib/express_middlewares/auth-checker.js +2 -3
  110. package/lib/express_middlewares/project.d.ts +1 -1
  111. package/lib/fn-utils/index.js +17 -7
  112. package/lib/fn-utils/lib/browserLogic.js +4 -5
  113. package/lib/fn-utils/lib/common.d.ts +0 -1
  114. package/lib/fn-utils/lib/common.js +25 -26
  115. package/lib/fn-utils/lib/integ.js +2 -3
  116. package/lib/fn-utils/lib/java/classpath.js +2 -3
  117. package/lib/fn-utils/lib/java/compile.js +4 -4
  118. package/lib/fn-utils/lib/java/ensure-java-userconfig.d.ts +10 -0
  119. package/lib/fn-utils/lib/java/ensure-java-userconfig.js +45 -23
  120. package/lib/fn-utils/lib/java/index.d.ts +0 -1
  121. package/lib/fn-utils/lib/java/index.js +11 -11
  122. package/lib/fn-utils/lib/java/keywords.js +2 -2
  123. package/lib/fn-utils/lib/node.d.ts +1 -1
  124. package/lib/fn-utils/lib/node.js +67 -15
  125. package/lib/fn-utils/lib/python.js +29 -19
  126. package/lib/iac/status/util/index.d.ts +1 -1
  127. package/lib/init/dependencies/npm-install.js +2 -2
  128. package/lib/init/dependencies/python/ensure-python.d.ts +2 -2
  129. package/lib/init/dependencies/python/ensure-python.js +65 -58
  130. package/lib/init/dependencies/python/pip-install.d.ts +3 -5
  131. package/lib/init/dependencies/python/pip-install.js +14 -53
  132. package/lib/init/features/appsail/utils.js +21 -12
  133. package/lib/init/features/client/index.js +18 -9
  134. package/lib/init/features/client/initializers/angular.js +17 -7
  135. package/lib/init/features/client/initializers/basic.js +17 -7
  136. package/lib/init/features/client/initializers/lyte.js +17 -7
  137. package/lib/init/features/client/initializers/react.js +17 -7
  138. package/lib/init/features/index.js +29 -20
  139. package/lib/init/features/project.js +5 -5
  140. package/lib/init/features/slate/index.js +198 -69
  141. package/lib/init/util/client.js +23 -13
  142. package/lib/init/util/common.js +5 -6
  143. package/lib/init/util/project.js +1 -1
  144. package/lib/internal/api.d.ts +0 -3
  145. package/lib/internal/api.js +19 -9
  146. package/lib/internal/command.js +18 -9
  147. package/lib/migration/global/1.25.0.d.ts +2 -0
  148. package/lib/migration/global/1.25.0.js +28 -0
  149. package/lib/migration/index.js +20 -12
  150. package/lib/option-filter.js +19 -10
  151. package/lib/optional-import.js +19 -10
  152. package/lib/plugin-loader.d.ts +0 -2
  153. package/lib/plugin-loader.js +18 -8
  154. package/lib/port-resolver.js +10 -10
  155. package/lib/prompt/index.d.ts +3 -3
  156. package/lib/prompt/index.js +17 -7
  157. package/lib/prompt/types/file-path.d.ts +0 -1
  158. package/lib/prompt/types/search-box.d.ts +0 -1
  159. package/lib/prompt/types/tree.d.ts +1 -2
  160. package/lib/prompt/types/tree.js +10 -10
  161. package/lib/prompt/types/with-description.d.ts +0 -1
  162. package/lib/pull/features/functions/index.js +71 -52
  163. package/lib/pull/features/functions/languages.js +3 -4
  164. package/lib/pull/features/index.js +17 -7
  165. package/lib/repl-server.d.ts +0 -1
  166. package/lib/repl-server.js +9 -1
  167. package/lib/serve/features/apig.js +19 -1
  168. package/lib/serve/features/appsail.d.ts +1 -0
  169. package/lib/serve/features/appsail.js +51 -7
  170. package/lib/serve/features/index.js +22 -13
  171. package/lib/serve/index.js +20 -7
  172. package/lib/serve/server/index.d.ts +0 -2
  173. package/lib/serve/server/index.js +26 -12
  174. package/lib/serve/server/lib/appsail/index.js +31 -37
  175. package/lib/serve/server/lib/appsail/start.js +12 -5
  176. package/lib/serve/server/lib/appsail/util.d.ts +11 -0
  177. package/lib/serve/server/lib/appsail/util.js +69 -0
  178. package/lib/serve/server/lib/java/index.js +18 -7
  179. package/lib/serve/server/lib/master/appsail.js +3 -4
  180. package/lib/serve/server/lib/master/functions.js +1 -2
  181. package/lib/serve/server/lib/master/index.d.ts +0 -1
  182. package/lib/serve/server/lib/master/index.js +5 -5
  183. package/lib/serve/server/lib/master/slate.js +1 -2
  184. package/lib/serve/server/lib/master/unknown-req-proxy.js +5 -2
  185. package/lib/serve/server/lib/master/utils.d.ts +4 -8
  186. package/lib/serve/server/lib/master/utils.js +4 -6
  187. package/lib/serve/server/lib/master/web-client.js +1 -2
  188. package/lib/serve/server/lib/node/index.js +22 -11
  189. package/lib/serve/server/lib/node/server/browserlogic/utils/playwright-handler.js +1 -1
  190. package/lib/serve/server/lib/node/server/browserlogic/utils/puppeteer-handler.js +1 -1
  191. package/lib/serve/server/lib/node/server/browserlogic/utils/selenium-handler.js +2 -0
  192. package/lib/serve/server/lib/python/index.js +23 -14
  193. package/lib/serve/server/lib/slate/static-server.d.ts +0 -1
  194. package/lib/serve/server/lib/slate/static-server.js +5 -4
  195. package/lib/serve/server/lib/web_client/server.d.ts +0 -1
  196. package/lib/serve/server/lib/web_client/server.js +5 -4
  197. package/lib/shell/dependencies/http-functions.d.ts +0 -2
  198. package/lib/shell/dependencies/http-functions.js +7 -7
  199. package/lib/shell/dependencies/non-http-function/fn-execution-handler.d.ts +0 -2
  200. package/lib/shell/dependencies/non-http-function/fn-execution-handler.js +55 -24
  201. package/lib/shell/dependencies/non-http-function/fn-handler.d.ts +3 -3
  202. package/lib/shell/dependencies/non-http-function/fn-handler.js +54 -20
  203. package/lib/shell/dependencies/non-http-function/node.js +4 -4
  204. package/lib/shell/dependencies/non-http-function/python.d.ts +1 -1
  205. package/lib/shell/dependencies/non-http-function/python.js +11 -13
  206. package/lib/shell/dependencies/non-http-function/slave-manager.d.ts +0 -2
  207. package/lib/shell/dependencies/non-http-function/slave-manager.js +11 -7
  208. package/lib/shell/dependencies/tunnel-server.js +4 -4
  209. package/lib/shell/index.js +50 -3
  210. package/lib/shell/prepare/index.js +4 -3
  211. package/lib/shell/prepare/languages/index.js +18 -9
  212. package/lib/shell/prepare/languages/node.js +29 -19
  213. package/lib/shell/prepare/languages/python.js +6 -12
  214. package/lib/signals/index.js +19 -11
  215. package/lib/slate-utils.js +4 -3
  216. package/lib/throbber/index.d.ts +1 -2
  217. package/lib/throbber/index.js +5 -2
  218. package/lib/throbber/utils.d.ts +0 -1
  219. package/lib/throbber/utils.js +4 -5
  220. package/lib/userConfig.d.ts +14 -0
  221. package/lib/userConfig.js +15 -1
  222. package/lib/util_modules/config/index.js +17 -7
  223. package/lib/util_modules/config/lib/apig.d.ts +1 -0
  224. package/lib/util_modules/config/lib/apig.js +10 -5
  225. package/lib/util_modules/config/lib/appsail.js +7 -7
  226. package/lib/util_modules/config/lib/client.js +5 -6
  227. package/lib/util_modules/config/lib/functions.js +5 -6
  228. package/lib/util_modules/config/lib/slate.js +5 -6
  229. package/lib/util_modules/config-store.d.ts +1 -1
  230. package/lib/util_modules/config-store.js +30 -13
  231. package/lib/util_modules/constants/lib/apig-rules.d.ts +1 -1
  232. package/lib/util_modules/constants/lib/dc-type.js +3 -3
  233. package/lib/util_modules/constants/lib/placeholders.d.ts +1 -1
  234. package/lib/util_modules/constants/lib/placeholders.js +1 -1
  235. package/lib/util_modules/constants/lib/urls.js +2 -9
  236. package/lib/util_modules/container.js +23 -14
  237. package/lib/util_modules/dc.js +3 -4
  238. package/lib/util_modules/env.d.ts +3 -0
  239. package/lib/util_modules/env.js +64 -4
  240. package/lib/util_modules/event-emitter.d.ts +9 -0
  241. package/lib/util_modules/event-emitter.js +68 -0
  242. package/lib/util_modules/fs/index.js +17 -7
  243. package/lib/util_modules/fs/lib/async.d.ts +0 -4
  244. package/lib/util_modules/fs/lib/async.js +46 -46
  245. package/lib/util_modules/fs/lib/sync.d.ts +1 -3
  246. package/lib/util_modules/fs/lib/sync.js +40 -30
  247. package/lib/util_modules/logger/index.js +12 -12
  248. package/lib/util_modules/logger/utils.d.ts +0 -4
  249. package/lib/util_modules/logger/utils.js +1 -1
  250. package/lib/util_modules/logger/winston.js +2 -2
  251. package/lib/util_modules/option.js +5 -6
  252. package/lib/util_modules/project.js +22 -23
  253. package/lib/util_modules/runtime-store.d.ts +2 -2
  254. package/lib/util_modules/server.d.ts +1 -2
  255. package/lib/util_modules/server.js +54 -15
  256. package/lib/util_modules/shell.d.ts +0 -3
  257. package/lib/util_modules/shell.js +5 -6
  258. package/lib/util_modules/toml.js +2 -3
  259. package/package.json +13 -13
  260. package/templates/init/functions/java/event/sample.java +5 -2
  261. package/templates/web-socket.txt +1 -1
  262. /package/lib/docs/{commands/event/generate → event_generate}/index.toml +0 -0
  263. /package/templates/init/functions/java/integ/convokraft/{Sample.java → sample.java} +0 -0
@@ -1,4 +1,3 @@
1
- /// <reference types="node" />
2
1
  import EventEmitter from 'events';
3
2
  export default class APITimer extends EventEmitter {
4
3
  private apiFn;
@@ -34,7 +34,7 @@ export declare const apigUtils: {
34
34
  validate: () => Promise<Array<IAPIGRules>>;
35
35
  compile: (ruleArr: Array<IAPIGRules>) => IAPIGLocal;
36
36
  executeHook: ({ prefix, command }: {
37
- prefix: 'pre' | 'post';
37
+ prefix: "pre" | "post";
38
38
  command: string;
39
39
  }) => Promise<void>;
40
40
  pack: () => Promise<ReadStream>;
package/lib/apig-utils.js CHANGED
@@ -358,7 +358,7 @@ exports.apigUtils = {
358
358
  }
359
359
  return localConfig;
360
360
  },
361
- executeHook: ({ prefix, command }) => __awaiter(void 0, void 0, void 0, function* () {
361
+ executeHook: (_a) => __awaiter(void 0, [_a], void 0, function* ({ prefix, command }) {
362
362
  if ((0, option_1.getOptionValue)('ignoreScripts', false)) {
363
363
  (0, index_1.debug)(`skipping ${prefix + command} hook`);
364
364
  return;
@@ -12,7 +12,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.validateAppSail = exports.filterTargets = void 0;
15
+ exports.filterTargets = filterTargets;
16
+ exports.validateAppSail = validateAppSail;
16
17
  const ansi_colors_1 = require("ansi-colors");
17
18
  const error_1 = __importDefault(require("./error"));
18
19
  const appsail_1 = require("./util_modules/config/lib/appsail");
@@ -23,6 +24,21 @@ const container_1 = require("./util_modules/container");
23
24
  const image_1 = require("@zcatalyst/container-plugin/out/endpoints/image");
24
25
  const fs_1 = require("./util_modules/fs");
25
26
  const util_1 = require("util");
27
+ const OCI_IMAGE_INDEX_MEDIA_TYPES = [
28
+ 'application/vnd.oci.image.index.v1+json',
29
+ 'application/vnd.docker.distribution.manifest.list.v2+json'
30
+ ];
31
+ const OCI_IMAGE_MANIFEST_MEDIA_TYPES = [
32
+ 'application/vnd.oci.image.manifest.v1+json',
33
+ 'application/vnd.docker.distribution.manifest.v2+json'
34
+ ];
35
+ function getBlobPathFromDigest(digest, sourceFile) {
36
+ const [algorithm, hash] = digest.split(':');
37
+ if (!algorithm || !hash) {
38
+ throw new error_1.default(`Corrupted image tar :: invalid digest ${digest} found in ${sourceFile}`, { exit: 1 });
39
+ }
40
+ return `blobs/${algorithm}/${hash}`;
41
+ }
26
42
  function getAppSailFilters(targetStr) {
27
43
  return targetStr.split(',').reduce((filterArr, target) => {
28
44
  const opts = target.split(':');
@@ -82,7 +98,6 @@ function filterTargets(allTargets) {
82
98
  }
83
99
  return allTargets;
84
100
  }
85
- exports.filterTargets = filterTargets;
86
101
  function validateAppSail(targDetails) {
87
102
  return __awaiter(this, void 0, void 0, function* () {
88
103
  let isSocket;
@@ -102,17 +117,70 @@ function validateAppSail(targDetails) {
102
117
  var _a;
103
118
  try {
104
119
  const manifestJsonStream = yield (0, image_1.getTarEntry)(imgTar, 'manifest.json');
105
- if (!manifestJsonStream) {
106
- throw new error_1.default('Corrupted image tar :: manifest.json not found in the tar', { exit: 1 });
120
+ const repositoriesStream = yield (0, image_1.getTarEntry)(imgTar, 'repositories');
121
+ const indexJsonStream = yield (0, image_1.getTarEntry)(imgTar, 'index.json');
122
+ if (!indexJsonStream) {
123
+ if (manifestJsonStream || repositoriesStream) {
124
+ throw new error_1.default('Legacy docker-archive format is not supported. Only OCI-compliant docker-archive formats (pure OCI or hybrid OCI) are supported.', { exit: 1 });
125
+ }
126
+ throw new error_1.default('Corrupted image tar :: required OCI metadata index.json not found in the tar', { exit: 1 });
107
127
  }
108
- const manifestJson = yield fs_1.ASYNC.readStreamAsJSON(manifestJsonStream);
109
- const config = (_a = manifestJson.at(0)) === null || _a === void 0 ? void 0 : _a.Config;
110
- if (!config) {
111
- throw new error_1.default('Corrupted image tar :: invalid manifest.json file. Unable to identify the config file', { exit: 1 });
128
+ const indexJson = yield fs_1.ASYNC.readStreamAsJSON(indexJsonStream);
129
+ if (indexJson.schemaVersion !== 2) {
130
+ throw new error_1.default('Corrupted image tar :: invalid index.json file. Unsupported schemaVersion', { exit: 1 });
112
131
  }
113
- const configFileStream = yield (0, image_1.getTarEntry)(imgTar, config);
132
+ const traversedDigests = new Set();
133
+ const resolveImageManifestPath = (manifestIndex, sourceFile) => __awaiter(this, void 0, void 0, function* () {
134
+ var _a;
135
+ const imageDescriptor = (_a = manifestIndex.manifests) === null || _a === void 0 ? void 0 : _a.find((manifest) => {
136
+ if (!(manifest === null || manifest === void 0 ? void 0 : manifest.digest)) {
137
+ return false;
138
+ }
139
+ if (!manifest.mediaType) {
140
+ return true;
141
+ }
142
+ return (OCI_IMAGE_MANIFEST_MEDIA_TYPES.includes(manifest.mediaType) ||
143
+ OCI_IMAGE_INDEX_MEDIA_TYPES.includes(manifest.mediaType));
144
+ });
145
+ if (!(imageDescriptor === null || imageDescriptor === void 0 ? void 0 : imageDescriptor.digest)) {
146
+ throw new error_1.default(`Corrupted image tar :: invalid ${sourceFile} file. Unable to identify image manifest`, { exit: 1 });
147
+ }
148
+ if (traversedDigests.has(imageDescriptor.digest)) {
149
+ throw new error_1.default(`Corrupted image tar :: circular descriptor reference found for digest ${imageDescriptor.digest}`, { exit: 1 });
150
+ }
151
+ if (!imageDescriptor.mediaType ||
152
+ OCI_IMAGE_MANIFEST_MEDIA_TYPES.includes(imageDescriptor.mediaType)) {
153
+ return getBlobPathFromDigest(imageDescriptor.digest, sourceFile);
154
+ }
155
+ traversedDigests.add(imageDescriptor.digest);
156
+ const nestedIndexPath = getBlobPathFromDigest(imageDescriptor.digest, sourceFile);
157
+ const nestedIndexStream = yield (0, image_1.getTarEntry)(imgTar, nestedIndexPath);
158
+ if (!nestedIndexStream) {
159
+ throw new error_1.default(`Corrupted image tar :: nested image index ${nestedIndexPath} not found in the tar`, { exit: 1 });
160
+ }
161
+ const nestedIndex = yield fs_1.ASYNC.readStreamAsJSON(nestedIndexStream);
162
+ if (nestedIndex.schemaVersion !== 2) {
163
+ throw new error_1.default(`Corrupted image tar :: invalid nested image index ${nestedIndexPath}. Unsupported schemaVersion`, { exit: 1 });
164
+ }
165
+ return resolveImageManifestPath(nestedIndex, nestedIndexPath);
166
+ });
167
+ const imageManifestPath = yield resolveImageManifestPath(indexJson, 'index.json');
168
+ const imageManifestStream = yield (0, image_1.getTarEntry)(imgTar, imageManifestPath);
169
+ if (!imageManifestStream) {
170
+ throw new error_1.default(`Corrupted image tar :: image manifest ${imageManifestPath} not found in the tar`, { exit: 1 });
171
+ }
172
+ const imageManifest = yield fs_1.ASYNC.readStreamAsJSON(imageManifestStream);
173
+ if (imageManifest.schemaVersion !== 2) {
174
+ throw new error_1.default('Corrupted image tar :: invalid image manifest file. Unsupported schemaVersion', { exit: 1 });
175
+ }
176
+ const configDigest = (_a = imageManifest.config) === null || _a === void 0 ? void 0 : _a.digest;
177
+ if (!configDigest) {
178
+ throw new error_1.default('Corrupted image tar :: invalid image manifest file. Unable to identify the config blob', { exit: 1 });
179
+ }
180
+ const configBlobPath = getBlobPathFromDigest(configDigest, imageManifestPath);
181
+ const configFileStream = yield (0, image_1.getTarEntry)(imgTar, configBlobPath);
114
182
  if (!configFileStream) {
115
- throw new error_1.default(`Corrupted image tar :: config file ${config} not found in the tar`, { exit: 1 });
183
+ throw new error_1.default(`Corrupted image tar :: config blob ${configBlobPath} not found in the tar`, { exit: 1 });
116
184
  }
117
185
  const configFile = yield fs_1.ASYNC.readStreamAsJSON(configFileStream);
118
186
  resolve(configFile);
@@ -130,7 +198,7 @@ function validateAppSail(targDetails) {
130
198
  }
131
199
  });
132
200
  const _details = targDetails.map((targ) => __awaiter(this, void 0, void 0, function* () {
133
- var _b, _c;
201
+ var _a, _b;
134
202
  if (targ.validity.valid) {
135
203
  if (targ.runtime === 'custom') {
136
204
  if (isSocket === undefined) {
@@ -172,7 +240,7 @@ function validateAppSail(targDetails) {
172
240
  }
173
241
  return targ;
174
242
  }
175
- if (((_b = targ.config) === null || _b === void 0 ? void 0 : _b.platform) !== 'war' && !((_c = targ.config) === null || _c === void 0 ? void 0 : _c.command)) {
243
+ if (((_a = targ.config) === null || _a === void 0 ? void 0 : _a.platform) !== 'war' && !((_b = targ.config) === null || _b === void 0 ? void 0 : _b.command)) {
176
244
  targ.validity = {
177
245
  valid: false,
178
246
  reason: 'Start-up command missing'
@@ -185,4 +253,3 @@ function validateAppSail(targDetails) {
185
253
  return Promise.all(_details);
186
254
  });
187
255
  }
188
- exports.validateAppSail = validateAppSail;
package/lib/archiver.d.ts CHANGED
@@ -1,7 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
1
  import { ReadStream } from 'fs-extra';
6
2
  declare class Archiver {
7
3
  name: string;
package/lib/archiver.js CHANGED
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -55,13 +65,13 @@ class Archiver {
55
65
  this.jszip = (0, jszip_1.loadAsync)(content, { createFolders });
56
66
  return this;
57
67
  }
58
- _writeFolder(folder, to, recursive = false, ignoreLevel = 1) {
59
- return __awaiter(this, void 0, void 0, function* () {
68
+ _writeFolder(folder_1, to_1) {
69
+ return __awaiter(this, arguments, void 0, function* (folder, to, recursive = false, ignoreLevel = 1) {
60
70
  return this._writeAllFile(folder.filter((_relPath, file) => !file.dir), to, recursive, ignoreLevel);
61
71
  });
62
72
  }
63
- _writeAllFile(files, to, recursive = false, ignoreLevel = 0) {
64
- return __awaiter(this, void 0, void 0, function* () {
73
+ _writeAllFile(files_1, to_1) {
74
+ return __awaiter(this, arguments, void 0, function* (files, to, recursive = false, ignoreLevel = 0) {
65
75
  while (files.length > 0) {
66
76
  const limit = files.length < Archiver.maxWriteLimit ? files.length : Archiver.maxWriteLimit;
67
77
  yield Promise.all(files.splice(0, limit).map((file) => __awaiter(this, void 0, void 0, function* () {
@@ -22,7 +22,6 @@ class AUTH {
22
22
  return AUTH._mobile[dc.m_auth];
23
23
  }
24
24
  }
25
- exports.default = AUTH;
26
25
  AUTH._web = {
27
26
  [dc_type_js_1.default.us.ref]: {
28
27
  id: (0, env_js_1.envOverride)('W_CATALYST_CLIENT_ID', '1000.D5IIHDXSPN2MII26AD0V61I6RMVSNM'),
@@ -35,3 +34,4 @@ AUTH._mobile = {
35
34
  secret: (0, env_js_1.envOverride)('M_CATALYST_CLIENT_SECRET', 'ee359029dc211b37c797d3584c59953f2bd6aa1adc')
36
35
  }
37
36
  };
37
+ exports.default = AUTH;
@@ -121,8 +121,8 @@ class Credential {
121
121
  }
122
122
  }
123
123
  refreshAccessToken() {
124
- var _a, _b;
125
124
  return __awaiter(this, void 0, void 0, function* () {
125
+ var _a, _b;
126
126
  (0, index_1.debug)('> refreshing access token <');
127
127
  const res = yield new api_js_1.default({ authNeeded: false })
128
128
  .post('/oauth/v2/token', {
@@ -223,8 +223,8 @@ class Credential {
223
223
  Credential.isTempCred = temp;
224
224
  return Credential.globalSelf;
225
225
  }
226
- static getAccessToken(forceRefresh = false) {
227
- return __awaiter(this, void 0, void 0, function* () {
226
+ static getAccessToken() {
227
+ return __awaiter(this, arguments, void 0, function* (forceRefresh = false) {
228
228
  if (Credential.globalSelf === null) {
229
229
  if (Credential.oneTimeToken === null) {
230
230
  throw new error_js_1.default('Authentication required', {
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -35,7 +45,11 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
35
45
  return (mod && mod.__esModule) ? mod : { "default": mod };
36
46
  };
37
47
  Object.defineProperty(exports, "__esModule", { value: true });
38
- exports.logout = exports.login = exports.revoke = exports.list = exports.create = void 0;
48
+ exports.create = create;
49
+ exports.list = list;
50
+ exports.revoke = revoke;
51
+ exports.login = login;
52
+ exports.logout = logout;
39
53
  const ansi_colors_1 = __importStar(require("ansi-colors"));
40
54
  const moment_1 = __importDefault(require("moment"));
41
55
  const config_store_js_1 = __importDefault(require("../util_modules/config-store.js"));
@@ -50,6 +64,7 @@ const option_js_1 = require("../util_modules/option.js");
50
64
  const login_js_1 = __importDefault(require("./login.js"));
51
65
  const revoke_js_1 = __importDefault(require("./revoke.js"));
52
66
  const runtime_store_js_1 = __importDefault(require("../runtime-store.js"));
67
+ const env_js_1 = require("../util_modules/env.js");
53
68
  function create() {
54
69
  return __awaiter(this, void 0, void 0, function* () {
55
70
  if ((0, option_js_1.getOptionValue)('current', false)) {
@@ -60,14 +75,14 @@ function create() {
60
75
  return result.token.token;
61
76
  });
62
77
  }
63
- exports.create = create;
64
78
  function list() {
65
79
  const tokens = config_store_js_1.default.get(`${(0, dc_js_1.getActiveDC)()}.tokens`, null);
66
80
  if (tokens === null || Object.keys(tokens).length === 0) {
67
81
  throw new error_js_1.default('No tokens found', {
68
82
  exit: 0,
69
83
  errorId: 'IDX-1',
70
- arg: [(0, ansi_colors_1.bold)('catalyst token:generate')]
84
+ arg: [(0, ansi_colors_1.bold)('catalyst token:generate')],
85
+ skipHelp: env_js_1.isExtension
71
86
  });
72
87
  }
73
88
  const tableData = [];
@@ -84,7 +99,6 @@ function list() {
84
99
  });
85
100
  return tableData;
86
101
  }
87
- exports.list = list;
88
102
  function revoke(id) {
89
103
  return __awaiter(this, void 0, void 0, function* () {
90
104
  const tokens = config_store_js_1.default.get(`${(0, dc_js_1.getActiveDC)()}.tokens`, {});
@@ -105,7 +119,6 @@ function revoke(id) {
105
119
  return new revoke_js_1.default(credential, 'tokens.' + id).init();
106
120
  });
107
121
  }
108
- exports.revoke = revoke;
109
122
  function login() {
110
123
  return __awaiter(this, void 0, void 0, function* () {
111
124
  let activeDC = (0, dc_js_1.getActiveDC)();
@@ -146,7 +159,6 @@ function login() {
146
159
  (0, index_1.success)('Success! Logged in as : ' + ansi_colors_1.default.cyan.bold(result.user.Email));
147
160
  });
148
161
  }
149
- exports.login = login;
150
162
  function logout() {
151
163
  return __awaiter(this, void 0, void 0, function* () {
152
164
  const activeDC = (0, dc_js_1.getActiveDC)();
@@ -173,4 +185,3 @@ function logout() {
173
185
  (0, index_1.success)('SuccessFully Logged out, we hope to see you soon. (^-^)ノ');
174
186
  });
175
187
  }
176
- exports.logout = logout;
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  import { IncomingMessage, ServerResponse } from 'http';
4
2
  import SCOPE from './constants/scopes.js';
5
3
  import EventEmitter from 'events';
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -60,6 +70,7 @@ const option_js_1 = require("../util_modules/option.js");
60
70
  const events_1 = __importDefault(require("events"));
61
71
  const index_js_4 = __importDefault(require("../error/index.js"));
62
72
  const crypto_1 = require("crypto");
73
+ const env_js_1 = require("../util_modules/env.js");
63
74
  exports.missingScopes = {
64
75
  [index_js_3.DC_TYPE.in.value]: getScopes(['dataverse']),
65
76
  [index_js_3.DC_TYPE.eu.value]: getScopes(['dataverse']),
@@ -184,14 +195,16 @@ class Login {
184
195
  if ((0, option_js_1.getCurrentCommand)() === 'login') {
185
196
  throw new error_js_1.default('Unable to get refresh_token from code', {
186
197
  exit: 0,
187
- errorId: 'LOGIN-1'
198
+ errorId: 'LOGIN-1',
199
+ skipHelp: env_js_1.isExtension
188
200
  });
189
201
  }
190
202
  else {
191
203
  throw new error_js_1.default('Unable to get refresh_token from code', {
192
204
  exit: 1,
193
205
  errorId: 'LOGIN-2',
194
- arg: [(0, ansi_colors_1.bold)('catalyst token:generate')]
206
+ arg: [(0, ansi_colors_1.bold)('catalyst token:generate')],
207
+ skipHelp: env_js_1.isExtension
195
208
  });
196
209
  }
197
210
  }
@@ -428,5 +441,5 @@ class Login {
428
441
  return scopes_js_1.default;
429
442
  }
430
443
  }
431
- exports.default = Login;
432
444
  Login.loginEvents = new events_1.default();
445
+ exports.default = Login;
@@ -16,13 +16,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
16
16
  }) : function(o, v) {
17
17
  o["default"] = v;
18
18
  });
19
- var __importStar = (this && this.__importStar) || function (mod) {
20
- if (mod && mod.__esModule) return mod;
21
- var result = {};
22
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
23
- __setModuleDefault(result, mod);
24
- return result;
25
- };
19
+ var __importStar = (this && this.__importStar) || (function () {
20
+ var ownKeys = function(o) {
21
+ ownKeys = Object.getOwnPropertyNames || function (o) {
22
+ var ar = [];
23
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
24
+ return ar;
25
+ };
26
+ return ownKeys(o);
27
+ };
28
+ return function (mod) {
29
+ if (mod && mod.__esModule) return mod;
30
+ var result = {};
31
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
32
+ __setModuleDefault(result, mod);
33
+ return result;
34
+ };
35
+ })();
26
36
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
27
37
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
28
38
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -1,11 +1,11 @@
1
1
  import { ReadStream } from 'fs-extra';
2
2
  export declare const clientUtils: {
3
3
  validate: ({ source, skipPluginValidation }?: {
4
- source?: string | undefined;
5
- skipPluginValidation?: boolean | undefined;
4
+ source?: string;
5
+ skipPluginValidation?: boolean;
6
6
  }) => Promise<Record<string, unknown>>;
7
7
  executeHook: ({ prefix, command }: {
8
- prefix: 'pre' | 'post';
8
+ prefix: "pre" | "post";
9
9
  command: string;
10
10
  }) => Promise<void>;
11
11
  pack: () => Promise<{
@@ -28,7 +28,7 @@ const index_1 = require("./util_modules/logger/index");
28
28
  const option_1 = require("./util_modules/option");
29
29
  const stream_1 = require("stream");
30
30
  exports.clientUtils = {
31
- validate: ({ source, skipPluginValidation = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
31
+ validate: (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ source, skipPluginValidation = false } = {}) {
32
32
  if (source === null || source === void 0 ? void 0 : source.includes(path_1.sep)) {
33
33
  throw new index_js_1.default(`Invalid source: "${source}" should not contain a path.`, {
34
34
  exit: 1
@@ -125,7 +125,7 @@ exports.clientUtils = {
125
125
  runtime_store_1.default.set('context.client.valid', true);
126
126
  return packageJson;
127
127
  }),
128
- executeHook: ({ prefix, command }) => __awaiter(void 0, void 0, void 0, function* () {
128
+ executeHook: (_a) => __awaiter(void 0, [_a], void 0, function* ({ prefix, command }) {
129
129
  if ((0, option_1.getOptionValue)('ignoreScripts', false)) {
130
130
  (0, index_1.debug)(`skipping ${prefix + command} hook`);
131
131
  return;
package/lib/client.js CHANGED
@@ -15,13 +15,23 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
25
35
  var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
26
36
  function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
27
37
  return new (P || (P = Promise))(function (resolve, reject) {
@@ -106,8 +116,8 @@ class Client {
106
116
  });
107
117
  return optionsArr;
108
118
  }
109
- exec(command, projectRoot, cwd, { args = [], options = {}, inputs } = {}) {
110
- return __awaiter(this, void 0, void 0, function* () {
119
+ exec(command_1, projectRoot_1, cwd_1) {
120
+ return __awaiter(this, arguments, void 0, function* (command, projectRoot, cwd, { args = [], options = {}, inputs } = {}) {
111
121
  runtime_store_1.default.set('context', {});
112
122
  utils_js_1.runtime.set('context', {});
113
123
  runtime_store_1.default.set('cwd', cwd);
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
1
  export type CodeDeckDetails = {
4
2
  category: string;
5
3
  title: string;
package/lib/code-deck.js CHANGED
@@ -12,7 +12,10 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
12
12
  return (mod && mod.__esModule) ? mod : { "default": mod };
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.CodeDeckToken = exports.getDeckFromGit = exports.getTemplateFile = exports.listenDeploy = void 0;
15
+ exports.CodeDeckToken = void 0;
16
+ exports.listenDeploy = listenDeploy;
17
+ exports.getTemplateFile = getTemplateFile;
18
+ exports.getDeckFromGit = getDeckFromGit;
16
19
  const archiver_1 = __importDefault(require("./archiver"));
17
20
  const endpoints_1 = require("./endpoints");
18
21
  const error_1 = __importDefault(require("./error"));
@@ -46,7 +49,6 @@ function listenDeploy(id, gitUrl) {
46
49
  }
47
50
  });
48
51
  }
49
- exports.listenDeploy = listenDeploy;
50
52
  function getTemplateFile(deckZip) {
51
53
  return __awaiter(this, void 0, void 0, function* () {
52
54
  try {
@@ -59,7 +61,6 @@ function getTemplateFile(deckZip) {
59
61
  }
60
62
  });
61
63
  }
62
- exports.getTemplateFile = getTemplateFile;
63
64
  function getDeckFromGit() {
64
65
  return __awaiter(this, void 0, void 0, function* () {
65
66
  const deckAPI = yield (0, endpoints_1.codeDeck)();
@@ -99,7 +100,6 @@ function getDeckFromGit() {
99
100
  return deck.code;
100
101
  });
101
102
  }
102
- exports.getDeckFromGit = getDeckFromGit;
103
103
  class CodeDeckToken {
104
104
  static createToken(importId, gitUrl) {
105
105
  const tokenObj = [importId, gitUrl];
@@ -14,7 +14,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  const config_1 = __importDefault(require("../internal/config"));
16
16
  const runtime_store_1 = __importDefault(require("../runtime-store"));
17
- exports.default = ({ optional = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
17
+ exports.default = (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ optional = false } = {}) {
18
18
  const userConfig = yield config_1.default.load(optional);
19
19
  runtime_store_1.default.set('config', userConfig);
20
20
  });
@@ -28,7 +28,7 @@ const config_store_1 = __importDefault(require("../util_modules/config-store"));
28
28
  const dc_1 = require("../util_modules/dc");
29
29
  const env_1 = require("../util_modules/env");
30
30
  const features_1 = require("../init/features");
31
- exports.default = ({ optional = false, resolveOnNotFound = false, skipOrgCheck = true, skipProjectCheck = true, generateRc = false } = {}) => __awaiter(void 0, void 0, void 0, function* () {
31
+ exports.default = (...args_1) => __awaiter(void 0, [...args_1], void 0, function* ({ optional = false, resolveOnNotFound = false, skipOrgCheck = true, skipProjectCheck = true, generateRc = false } = {}) {
32
32
  const globOrgOpt = (0, option_1.getGlobalOptionValue)('org', null);
33
33
  const orgOpt = globOrgOpt
34
34
  ? globOrgOpt
@@ -248,7 +248,10 @@ exports.default = ({ optional = false, resolveOnNotFound = false, skipOrgCheck =
248
248
  errorId: 'RC-5',
249
249
  arg: [
250
250
  (0, ansi_colors_1.bold)(`${finalProjectObj === null || finalProjectObj === void 0 ? void 0 : finalProjectObj.name}(${finalProjectObj === null || finalProjectObj === void 0 ? void 0 : finalProjectObj.id})`),
251
- (0, ansi_colors_1.bold)((0, ansi_colors_1.cyan)('command: ') + 'catalyst init --force')
251
+ (0, ansi_colors_1.bold)((0, ansi_colors_1.cyan)('command: ') +
252
+ (env_1.isExtension
253
+ ? 'zcatalyst.init.init'
254
+ : 'catalyst init --force'))
252
255
  ]
253
256
  });
254
257
  }