@settlemint/sdk-cli 1.0.2-mainaa094ff5 → 1.0.2-mainbf8adb44
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.js +118 -58
- package/dist/cli.js.map +17 -18
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -19613,7 +19613,7 @@ var require_lib4 = __commonJS((exports, module) => {
|
|
|
19613
19613
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
19614
19614
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
19615
19615
|
var getPathInfo = (cmd, {
|
|
19616
|
-
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
19616
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
19617
19617
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
19618
19618
|
delimiter: optDelimiter = delimiter
|
|
19619
19619
|
}) => {
|
|
@@ -19817,7 +19817,7 @@ var require_lib5 = __commonJS((exports, module) => {
|
|
|
19817
19817
|
let pathToInitial;
|
|
19818
19818
|
try {
|
|
19819
19819
|
pathToInitial = which.sync(initialCmd, {
|
|
19820
|
-
path: options.env && findInObject(options.env, "PATH") || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
19820
|
+
path: options.env && findInObject(options.env, "PATH") || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
19821
19821
|
pathext: options.env && findInObject(options.env, "PATHEXT") || process.env.PATHEXT
|
|
19822
19822
|
}).toLowerCase();
|
|
19823
19823
|
} catch (err) {
|
|
@@ -20534,7 +20534,7 @@ var require_lib6 = __commonJS((exports, module) => {
|
|
|
20534
20534
|
var rRel = new RegExp(`^\\.${rSlash.source}`);
|
|
20535
20535
|
var getNotFoundError = (cmd) => Object.assign(new Error(`not found: ${cmd}`), { code: "ENOENT" });
|
|
20536
20536
|
var getPathInfo = (cmd, {
|
|
20537
|
-
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
20537
|
+
path: optPath = "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin",
|
|
20538
20538
|
pathExt: optPathExt = process.env.PATHEXT,
|
|
20539
20539
|
delimiter: optDelimiter = delimiter
|
|
20540
20540
|
}) => {
|
|
@@ -223327,7 +223327,7 @@ ${Bt.cyan(Yt)}
|
|
|
223327
223327
|
code: "ENOENT"
|
|
223328
223328
|
}), getPathInfo = (e9, t7) => {
|
|
223329
223329
|
var r6 = t7.colon || or;
|
|
223330
|
-
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
223330
|
+
var i6 = e9.match(/\//) || nr && e9.match(/\\/) ? [""] : [...nr ? [process.cwd()] : [], ...(t7.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(r6)];
|
|
223331
223331
|
var n6 = nr ? t7.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
223332
223332
|
var a5 = nr ? n6.split(r6) : [""];
|
|
223333
223333
|
if (nr) {
|
|
@@ -226464,7 +226464,7 @@ ${whileRunning(e9)}`;
|
|
|
226464
226464
|
};
|
|
226465
226465
|
ni = Object.assign(async function _main() {
|
|
226466
226466
|
var e9 = new Cli({
|
|
226467
|
-
binaryVersion: "1.0.2-
|
|
226467
|
+
binaryVersion: "1.0.2-mainbf8adb44",
|
|
226468
226468
|
binaryLabel: "gql.tada CLI",
|
|
226469
226469
|
binaryName: "gql.tada"
|
|
226470
226470
|
});
|
|
@@ -234964,7 +234964,7 @@ var require_which2 = __commonJS((exports, module) => {
|
|
|
234964
234964
|
const colon = opt2.colon || COLON;
|
|
234965
234965
|
const pathEnv = cmd2.match(/\//) || isWindows2 && cmd2.match(/\\/) ? [""] : [
|
|
234966
234966
|
...isWindows2 ? [process.cwd()] : [],
|
|
234967
|
-
...(opt2.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
234967
|
+
...(opt2.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(colon)
|
|
234968
234968
|
];
|
|
234969
234969
|
const pathExtExe = isWindows2 ? opt2.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "";
|
|
234970
234970
|
const pathExt = isWindows2 ? pathExtExe.split(colon) : [""];
|
|
@@ -267198,6 +267198,7 @@ var DotEnvSchema = z.object({
|
|
|
267198
267198
|
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: UrlSchema.optional(),
|
|
267199
267199
|
SETTLEMINT_PORTAL_REST_ENDPOINT: UrlSchema.optional(),
|
|
267200
267200
|
SETTLEMINT_HD_PRIVATE_KEY: UniqueNameSchema.optional(),
|
|
267201
|
+
SETTLEMINT_ACCESSIBLE_PRIVATE_KEY: UniqueNameSchema.optional(),
|
|
267201
267202
|
SETTLEMINT_MINIO: UniqueNameSchema.optional(),
|
|
267202
267203
|
SETTLEMINT_MINIO_ENDPOINT: UrlSchema.optional(),
|
|
267203
267204
|
SETTLEMINT_MINIO_ACCESS_KEY: z.string().optional(),
|
|
@@ -267467,7 +267468,7 @@ var spinner = async (options) => {
|
|
|
267467
267468
|
}
|
|
267468
267469
|
const spinner2 = yoctoSpinner().start(options.startMessage);
|
|
267469
267470
|
try {
|
|
267470
|
-
const result = await options.task();
|
|
267471
|
+
const result = await options.task(spinner2);
|
|
267471
267472
|
spinner2.success(options.stopMessage);
|
|
267472
267473
|
return result;
|
|
267473
267474
|
} catch (error) {
|
|
@@ -267481,7 +267482,7 @@ ${error.stack}`));
|
|
|
267481
267482
|
var package_default = {
|
|
267482
267483
|
name: "@settlemint/sdk-cli",
|
|
267483
267484
|
description: "Command-line interface for SettleMint SDK, providing development tools and project management capabilities",
|
|
267484
|
-
version: "1.0.2-
|
|
267485
|
+
version: "1.0.2-mainbf8adb44",
|
|
267485
267486
|
type: "module",
|
|
267486
267487
|
private: false,
|
|
267487
267488
|
license: "FSL-1.1-MIT",
|
|
@@ -267534,8 +267535,8 @@ var package_default = {
|
|
|
267534
267535
|
"@inquirer/input": "4.1.3",
|
|
267535
267536
|
"@inquirer/password": "4.0.6",
|
|
267536
267537
|
"@inquirer/select": "4.0.6",
|
|
267537
|
-
"@settlemint/sdk-js": "1.0.2-
|
|
267538
|
-
"@settlemint/sdk-utils": "1.0.2-
|
|
267538
|
+
"@settlemint/sdk-js": "1.0.2-mainbf8adb44",
|
|
267539
|
+
"@settlemint/sdk-utils": "1.0.2-mainbf8adb44",
|
|
267539
267540
|
"get-tsconfig": "4.8.1",
|
|
267540
267541
|
giget: "1.2.3"
|
|
267541
267542
|
},
|
|
@@ -267835,7 +267836,7 @@ var et = l((Re, tt) => {
|
|
|
267835
267836
|
var g = process.platform === "win32" || process.env.OSTYPE === "cygwin" || process.env.OSTYPE === "msys", Y = h("path"), Bt = g ? ";" : ":", V = U(), J = (t) => Object.assign(new Error(`not found: ${t}`), { code: "ENOENT" }), Q = (t, e) => {
|
|
267836
267837
|
let n = e.colon || Bt, r = t.match(/\//) || g && t.match(/\\/) ? [""] : [
|
|
267837
267838
|
...g ? [process.cwd()] : [],
|
|
267838
|
-
...(e.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.
|
|
267839
|
+
...(e.path || "/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/cli/node_modules/.bin:/home/runner/work/sdk/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/tmp/bunx-1001-turbo@latest/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/sdk/node_modules/.bin:/home/runner/work/sdk/node_modules/.bin:/home/runner/work/node_modules/.bin:/home/runner/node_modules/.bin:/home/node_modules/.bin:/node_modules/.bin:/opt/hostedtoolcache/node/22.12.0/x64/bin:/home/runner/.bun/bin:/tmp/tmp.d9rsKZiORi:/nsc/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/snap/bin/:/usr/games:/usr/local/games:/home/linuxbrew/.linuxbrew/bin:/home/runner/.config/composer/vendor/bin:/home/runner/.dotnet/tools:/home/runner/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin").split(n)
|
|
267839
267840
|
], s = g ? e.pathExt || process.env.PATHEXT || ".EXE;.CMD;.BAT;.COM" : "", o = g ? s.split(n) : [""];
|
|
267840
267841
|
return g && t.indexOf(".") !== -1 && o[0] !== "" && o.unshift(""), {
|
|
267841
267842
|
pathEnv: r,
|
|
@@ -268394,6 +268395,7 @@ var DotEnvSchema2 = z.object({
|
|
|
268394
268395
|
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: UrlSchema2.optional(),
|
|
268395
268396
|
SETTLEMINT_PORTAL_REST_ENDPOINT: UrlSchema2.optional(),
|
|
268396
268397
|
SETTLEMINT_HD_PRIVATE_KEY: UniqueNameSchema2.optional(),
|
|
268398
|
+
SETTLEMINT_ACCESSIBLE_PRIVATE_KEY: UniqueNameSchema2.optional(),
|
|
268397
268399
|
SETTLEMINT_MINIO: UniqueNameSchema2.optional(),
|
|
268398
268400
|
SETTLEMINT_MINIO_ENDPOINT: UrlSchema2.optional(),
|
|
268399
268401
|
SETTLEMINT_MINIO_ACCESS_KEY: z.string().optional(),
|
|
@@ -271346,6 +271348,7 @@ var DotEnvSchema3 = z.object({
|
|
|
271346
271348
|
SETTLEMINT_PORTAL_GRAPHQL_ENDPOINT: UrlSchema3.optional(),
|
|
271347
271349
|
SETTLEMINT_PORTAL_REST_ENDPOINT: UrlSchema3.optional(),
|
|
271348
271350
|
SETTLEMINT_HD_PRIVATE_KEY: UniqueNameSchema3.optional(),
|
|
271351
|
+
SETTLEMINT_ACCESSIBLE_PRIVATE_KEY: UniqueNameSchema3.optional(),
|
|
271349
271352
|
SETTLEMINT_MINIO: UniqueNameSchema3.optional(),
|
|
271350
271353
|
SETTLEMINT_MINIO_ENDPOINT: UrlSchema3.optional(),
|
|
271351
271354
|
SETTLEMINT_MINIO_ACCESS_KEY: z.string().optional(),
|
|
@@ -273601,7 +273604,7 @@ async function applicationPrompt(env2, applications, accept) {
|
|
|
273601
273604
|
const application = await esm_default2({
|
|
273602
273605
|
message: "Which application do you want to connect to?",
|
|
273603
273606
|
choices: applications.map((applications2) => ({
|
|
273604
|
-
name: applications2.name
|
|
273607
|
+
name: `${applications2.name} (${applications2.uniqueName})`,
|
|
273605
273608
|
value: applications2
|
|
273606
273609
|
})),
|
|
273607
273610
|
default: defaultApplication
|
|
@@ -273637,7 +273640,7 @@ async function servicePrompt({
|
|
|
273637
273640
|
return services[0];
|
|
273638
273641
|
}
|
|
273639
273642
|
const choices = services.map((service) => ({
|
|
273640
|
-
name: service.name
|
|
273643
|
+
name: `${service.name} (${service.uniqueName})`,
|
|
273641
273644
|
value: service
|
|
273642
273645
|
}));
|
|
273643
273646
|
if (!isRequired) {
|
|
@@ -273972,7 +273975,7 @@ async function workspacePrompt(env2, workspaces, accept) {
|
|
|
273972
273975
|
const workspace = await esm_default2({
|
|
273973
273976
|
message: "Which workspace do you want to connect to?",
|
|
273974
273977
|
choices: workspaces.map((workspace2) => ({
|
|
273975
|
-
name: workspace2.name
|
|
273978
|
+
name: `${workspace2.name} (${workspace2.uniqueName})`,
|
|
273976
273979
|
value: workspace2
|
|
273977
273980
|
})),
|
|
273978
273981
|
default: defaultWorkspace
|
|
@@ -275110,22 +275113,38 @@ async function waitForCompletion({
|
|
|
275110
275113
|
return spinner({
|
|
275111
275114
|
startMessage: `Waiting for ${type4} to be ${getActionLabel(action)}`,
|
|
275112
275115
|
stopMessage: `Waiting for ${type4} to be ${getActionLabel(action)}`,
|
|
275113
|
-
task: async () => {
|
|
275116
|
+
task: async (spinner2) => {
|
|
275114
275117
|
const startTime = Date.now();
|
|
275115
275118
|
while (true) {
|
|
275116
275119
|
try {
|
|
275117
275120
|
const resource = await service.read(uniqueName);
|
|
275118
275121
|
if (resource.status === "COMPLETED") {
|
|
275119
|
-
|
|
275122
|
+
if (spinner2) {
|
|
275123
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is ${getActionLabel(action)}`;
|
|
275124
|
+
} else {
|
|
275125
|
+
note(`${capitalizeFirstLetter(type4)} is ${getActionLabel(action)}`);
|
|
275126
|
+
}
|
|
275120
275127
|
return true;
|
|
275121
275128
|
}
|
|
275122
275129
|
if (resource.status === "FAILED") {
|
|
275123
|
-
|
|
275130
|
+
if (spinner2) {
|
|
275131
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} failed to ${getActionLabel(action)}`;
|
|
275132
|
+
} else {
|
|
275133
|
+
note(`${capitalizeFirstLetter(type4)} failed to ${getActionLabel(action)}`);
|
|
275134
|
+
}
|
|
275124
275135
|
return true;
|
|
275125
275136
|
}
|
|
275126
|
-
|
|
275137
|
+
if (spinner2) {
|
|
275138
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is not ready yet (status: ${resource.status})`;
|
|
275139
|
+
} else {
|
|
275140
|
+
note(`${capitalizeFirstLetter(type4)} is not ready yet (status: ${resource.status})`);
|
|
275141
|
+
}
|
|
275127
275142
|
} catch (error5) {
|
|
275128
|
-
|
|
275143
|
+
if (spinner2) {
|
|
275144
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is not ready yet (status: UNKNOWN)`;
|
|
275145
|
+
} else {
|
|
275146
|
+
note(`${capitalizeFirstLetter(type4)} is not ready yet (status: UNKNOWN)`);
|
|
275147
|
+
}
|
|
275129
275148
|
}
|
|
275130
275149
|
if (Date.now() - startTime > maxTimeout) {
|
|
275131
275150
|
throw new TimeoutError(`Operation timed out after ${maxTimeout / 60000} minutes for ${type4} with unique name ${uniqueName}`);
|
|
@@ -275247,7 +275266,7 @@ function getCreateCommand({
|
|
|
275247
275266
|
instance
|
|
275248
275267
|
});
|
|
275249
275268
|
const platformConfig = await settlemint.platform.config();
|
|
275250
|
-
if (
|
|
275269
|
+
if (cmd2.options.some((option) => option.long === "--provider")) {
|
|
275251
275270
|
const selectedProvider = await providerPrompt(platformConfig, provider);
|
|
275252
275271
|
if (!selectedProvider) {
|
|
275253
275272
|
return nothingSelectedError("provider");
|
|
@@ -276107,6 +276126,70 @@ function middlewareCreateCommand() {
|
|
|
276107
276126
|
return new Command("middleware").alias("mw").description("Create a middleware service in the SettleMint platform").addCommand(graphMiddlewareCreateCommand()).addCommand(smartContractPortalMiddlewareCreateCommand());
|
|
276108
276127
|
}
|
|
276109
276128
|
|
|
276129
|
+
// src/commands/platform/private-key/accessible-ecdsa-p256/create.ts
|
|
276130
|
+
function privateKeyAccessibleCreateCommand() {
|
|
276131
|
+
return getCreateCommand({
|
|
276132
|
+
name: "ACCESSIBLE-ECDSA-P256",
|
|
276133
|
+
type: "private key",
|
|
276134
|
+
subType: "ACCESSIBLE-ECDSA-P256",
|
|
276135
|
+
alias: "acc",
|
|
276136
|
+
execute: (cmd2, baseAction) => {
|
|
276137
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276138
|
+
return baseAction({
|
|
276139
|
+
...defaultArgs,
|
|
276140
|
+
acceptDefaults
|
|
276141
|
+
}, async (settlemint, env2) => {
|
|
276142
|
+
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276143
|
+
if (!applicationUniqueName) {
|
|
276144
|
+
return missingApplication();
|
|
276145
|
+
}
|
|
276146
|
+
let blockchainNodeUniqueName = blockchainNode;
|
|
276147
|
+
if (!blockchainNodeUniqueName) {
|
|
276148
|
+
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
276149
|
+
const node = await blockchainNodePrompt({
|
|
276150
|
+
env: env2,
|
|
276151
|
+
nodes: blockchainNodes,
|
|
276152
|
+
accept: acceptDefaults,
|
|
276153
|
+
isRequired: true
|
|
276154
|
+
});
|
|
276155
|
+
if (!node) {
|
|
276156
|
+
return nothingSelectedError("blockchain node");
|
|
276157
|
+
}
|
|
276158
|
+
blockchainNodeUniqueName = node.uniqueName;
|
|
276159
|
+
}
|
|
276160
|
+
const result = await settlemint.privateKey.create({
|
|
276161
|
+
name: name2,
|
|
276162
|
+
applicationUniqueName,
|
|
276163
|
+
privateKeyType: "ACCESSIBLE_ECDSA_P256",
|
|
276164
|
+
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : [],
|
|
276165
|
+
provider: "GKE",
|
|
276166
|
+
region: "EUROPE",
|
|
276167
|
+
size: "SMALL",
|
|
276168
|
+
type: "SHARED"
|
|
276169
|
+
});
|
|
276170
|
+
return {
|
|
276171
|
+
result
|
|
276172
|
+
};
|
|
276173
|
+
});
|
|
276174
|
+
});
|
|
276175
|
+
},
|
|
276176
|
+
examples: [
|
|
276177
|
+
{
|
|
276178
|
+
description: "Create a private key and save as default",
|
|
276179
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --accept-defaults -d"
|
|
276180
|
+
},
|
|
276181
|
+
{
|
|
276182
|
+
description: "Create a private key in a different application",
|
|
276183
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --application my-app"
|
|
276184
|
+
},
|
|
276185
|
+
{
|
|
276186
|
+
description: "Create a private key linked to a blockchain node",
|
|
276187
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --blockchain-node node-123"
|
|
276188
|
+
}
|
|
276189
|
+
]
|
|
276190
|
+
});
|
|
276191
|
+
}
|
|
276192
|
+
|
|
276110
276193
|
// src/commands/platform/private-key/hd-ecdsa-p256/create.ts
|
|
276111
276194
|
function privateKeyHdCreateCommand() {
|
|
276112
276195
|
return getCreateCommand({
|
|
@@ -276115,12 +276198,10 @@ function privateKeyHdCreateCommand() {
|
|
|
276115
276198
|
subType: "HD-ECDSA-P256",
|
|
276116
276199
|
alias: "hd",
|
|
276117
276200
|
execute: (cmd2, baseAction) => {
|
|
276118
|
-
|
|
276201
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276119
276202
|
return baseAction({
|
|
276120
276203
|
...defaultArgs,
|
|
276121
|
-
acceptDefaults
|
|
276122
|
-
provider,
|
|
276123
|
-
region
|
|
276204
|
+
acceptDefaults
|
|
276124
276205
|
}, async (settlemint, env2) => {
|
|
276125
276206
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276126
276207
|
if (!applicationUniqueName) {
|
|
@@ -276145,10 +276226,10 @@ function privateKeyHdCreateCommand() {
|
|
|
276145
276226
|
applicationUniqueName,
|
|
276146
276227
|
privateKeyType: "HD_ECDSA_P256",
|
|
276147
276228
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : [],
|
|
276148
|
-
provider,
|
|
276149
|
-
region,
|
|
276150
|
-
size,
|
|
276151
|
-
type:
|
|
276229
|
+
provider: "GKE",
|
|
276230
|
+
region: "EUROPE",
|
|
276231
|
+
size: "SMALL",
|
|
276232
|
+
type: "SHARED"
|
|
276152
276233
|
});
|
|
276153
276234
|
return {
|
|
276154
276235
|
result,
|
|
@@ -276187,12 +276268,10 @@ function privateKeyHsmCreateCommand() {
|
|
|
276187
276268
|
subType: "HSM-ECDSA-P256",
|
|
276188
276269
|
alias: "hsm",
|
|
276189
276270
|
execute: (cmd2, baseAction) => {
|
|
276190
|
-
|
|
276271
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276191
276272
|
return baseAction({
|
|
276192
276273
|
...defaultArgs,
|
|
276193
|
-
acceptDefaults
|
|
276194
|
-
provider,
|
|
276195
|
-
region
|
|
276274
|
+
acceptDefaults
|
|
276196
276275
|
}, async (settlemint, env2) => {
|
|
276197
276276
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276198
276277
|
if (!applicationUniqueName) {
|
|
@@ -276217,10 +276296,10 @@ function privateKeyHsmCreateCommand() {
|
|
|
276217
276296
|
applicationUniqueName,
|
|
276218
276297
|
privateKeyType: "HSM_ECDSA_P256",
|
|
276219
276298
|
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : [],
|
|
276220
|
-
provider,
|
|
276221
|
-
region,
|
|
276222
|
-
size,
|
|
276223
|
-
type:
|
|
276299
|
+
provider: "GKE",
|
|
276300
|
+
region: "EUROPE",
|
|
276301
|
+
size: "SMALL",
|
|
276302
|
+
type: "SHARED"
|
|
276224
276303
|
});
|
|
276225
276304
|
return {
|
|
276226
276305
|
result
|
|
@@ -276247,7 +276326,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276247
276326
|
|
|
276248
276327
|
// src/commands/platform/private-key/create.ts
|
|
276249
276328
|
function privateKeyCreateCommand() {
|
|
276250
|
-
return new Command("private-key").alias("pk").description("Create a private key in the SettleMint platform").addCommand(privateKeyHdCreateCommand()).addCommand(privateKeyHsmCreateCommand());
|
|
276329
|
+
return new Command("private-key").alias("pk").description("Create a private key in the SettleMint platform").addCommand(privateKeyHdCreateCommand()).addCommand(privateKeyHsmCreateCommand()).addCommand(privateKeyAccessibleCreateCommand());
|
|
276251
276330
|
}
|
|
276252
276331
|
|
|
276253
276332
|
// src/commands/platform/storage/ipfs/create.ts
|
|
@@ -276636,25 +276715,6 @@ function middlewareRestartCommand() {
|
|
|
276636
276715
|
return new Command("middleware").alias("mw").description("Restart a middleware service in the SettleMint platform").addCommand(graphRestartCommand()).addCommand(smartContractPortalRestartCommand());
|
|
276637
276716
|
}
|
|
276638
276717
|
|
|
276639
|
-
// src/commands/platform/private-key/hd-ecdsa-p256/restart.ts
|
|
276640
|
-
function hdEcdsaP256RestartCommand() {
|
|
276641
|
-
return getRestartCommand({
|
|
276642
|
-
name: "hd-ecdsa-p256",
|
|
276643
|
-
type: "private key",
|
|
276644
|
-
subType: "hd-ecdsa-p256",
|
|
276645
|
-
alias: "hd",
|
|
276646
|
-
envKey: "SETTLEMINT_HD_PRIVATE_KEY",
|
|
276647
|
-
restartFunction: async (settlemint, uniqueName) => {
|
|
276648
|
-
return settlemint.privateKey.restart(uniqueName);
|
|
276649
|
-
}
|
|
276650
|
-
});
|
|
276651
|
-
}
|
|
276652
|
-
|
|
276653
|
-
// src/commands/platform/private-key/restart.ts
|
|
276654
|
-
function privateKeyRestartCommand() {
|
|
276655
|
-
return new Command("private-key").alias("pk").description("Restart a private key in the SettleMint platform").addCommand(hdEcdsaP256RestartCommand());
|
|
276656
|
-
}
|
|
276657
|
-
|
|
276658
276718
|
// src/commands/platform/storage/ipfs/restart.ts
|
|
276659
276719
|
function ipfsRestartCommand() {
|
|
276660
276720
|
return getRestartCommand({
|
|
@@ -276688,7 +276748,7 @@ function storageRestartCommand() {
|
|
|
276688
276748
|
|
|
276689
276749
|
// src/commands/platform/restart.ts
|
|
276690
276750
|
function restartCommand() {
|
|
276691
|
-
const cmd2 = new Command("restart").description("Restart a resource in the SettleMint platform").addCommand(blockchainNetworkRestartCommand()).addCommand(customDeploymentRestartCommand()).addCommand(insightsRestartCommand()).addCommand(integrationToolRestartCommand()).addCommand(middlewareRestartCommand()).addCommand(
|
|
276751
|
+
const cmd2 = new Command("restart").description("Restart a resource in the SettleMint platform").addCommand(blockchainNetworkRestartCommand()).addCommand(customDeploymentRestartCommand()).addCommand(insightsRestartCommand()).addCommand(integrationToolRestartCommand()).addCommand(middlewareRestartCommand()).addCommand(storageRestartCommand());
|
|
276692
276752
|
return cmd2;
|
|
276693
276753
|
}
|
|
276694
276754
|
|
|
@@ -277757,4 +277817,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277757
277817
|
ascii();
|
|
277758
277818
|
sdkCliCommand();
|
|
277759
277819
|
|
|
277760
|
-
//# debugId=
|
|
277820
|
+
//# debugId=8A160739A418C0B964756E2164756E21
|