@settlemint/sdk-cli 1.0.2-pr9186a9c1 → 1.0.2-pr9fa738c8
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 +124 -69
- package/dist/cli.js.map +22 -23
- 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.GpGjbOiM8p:/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.GpGjbOiM8p:/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.GpGjbOiM8p:/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.GpGjbOiM8p:/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-pr9fa738c8",
|
|
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.GpGjbOiM8p:/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-pr9fa738c8",
|
|
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-pr9fa738c8",
|
|
267539
|
+
"@settlemint/sdk-utils": "1.0.2-pr9fa738c8",
|
|
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.GpGjbOiM8p:/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(),
|
|
@@ -270847,8 +270849,8 @@ ${page}${helpTipBottom}${choiceDescription}${import_ansi_escapes2.default.cursor
|
|
|
270847
270849
|
|
|
270848
270850
|
// src/commands/codegen/subgraph-name.prompt.ts
|
|
270849
270851
|
var ALL = "All";
|
|
270850
|
-
async function subgraphNamePrompt(env2) {
|
|
270851
|
-
const autoAccept = is_in_ci_default;
|
|
270852
|
+
async function subgraphNamePrompt(env2, accept) {
|
|
270853
|
+
const autoAccept = is_in_ci_default || !!accept;
|
|
270852
270854
|
const subgraphNames = env2.SETTLEMINT_THEGRAPH_SUBGRAPHS_ENDPOINTS?.map((endpoint) => endpoint.split("/").pop()).filter(Boolean) ?? [];
|
|
270853
270855
|
if (autoAccept) {
|
|
270854
270856
|
return subgraphNames;
|
|
@@ -270860,7 +270862,7 @@ async function subgraphNamePrompt(env2) {
|
|
|
270860
270862
|
return subgraphNames;
|
|
270861
270863
|
}
|
|
270862
270864
|
const subgraphName = await esm_default2({
|
|
270863
|
-
message: "Which
|
|
270865
|
+
message: "Which The Graph subgraph do you want to generate types for?",
|
|
270864
270866
|
choices: [ALL, ...subgraphNames].map((name2) => ({
|
|
270865
270867
|
name: name2,
|
|
270866
270868
|
value: name2
|
|
@@ -271115,7 +271117,7 @@ function codegenCommand() {
|
|
|
271115
271117
|
intro("Generating GraphQL types and queries for your dApp");
|
|
271116
271118
|
const env2 = await loadEnv(true, !!prod);
|
|
271117
271119
|
if (!Array.isArray(thegraphSubgraphNames)) {
|
|
271118
|
-
thegraphSubgraphNames = await subgraphNamePrompt(env2);
|
|
271120
|
+
thegraphSubgraphNames = await subgraphNamePrompt(env2, true);
|
|
271119
271121
|
}
|
|
271120
271122
|
const { hasura, portal, thegraph, blockscout } = await spinner({
|
|
271121
271123
|
startMessage: "Testing configured GraphQL schema",
|
|
@@ -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(),
|
|
@@ -273215,10 +273218,17 @@ var privateKeyCreate = (gqlClient) => {
|
|
|
273215
273218
|
const { applicationUniqueName, blockchainNodeUniqueNames, ...otherArgs } = args;
|
|
273216
273219
|
const application = await applicationRead(gqlClient)(applicationUniqueName);
|
|
273217
273220
|
const blockchainNodes = blockchainNodeUniqueNames ? await Promise.all(blockchainNodeUniqueNames.map((uniqueName) => blockchainNodeRead(gqlClient)(uniqueName))) : [];
|
|
273221
|
+
const platformConfig = await getPlatformConfig(gqlClient)();
|
|
273222
|
+
const defaultProvider = platformConfig.deploymentEngineTargets.find((target) => !target.disabled && target.clusters.some((cluster) => !cluster.disabled));
|
|
273223
|
+
const defaultRegion = defaultProvider?.clusters.find((cluster) => !cluster.disabled);
|
|
273218
273224
|
const { createPrivateKey: privateKey } = await gqlClient.request(createPrivateKey, {
|
|
273219
273225
|
...otherArgs,
|
|
273220
273226
|
applicationId: application.id,
|
|
273221
|
-
blockchainNodes: blockchainNodes.map((node) => node?.id)
|
|
273227
|
+
blockchainNodes: blockchainNodes.map((node) => node?.id),
|
|
273228
|
+
provider: defaultProvider?.id ?? "gke",
|
|
273229
|
+
region: defaultRegion?.id?.split("-")[1] ?? "europe",
|
|
273230
|
+
size: "SMALL",
|
|
273231
|
+
type: "SHARED"
|
|
273222
273232
|
});
|
|
273223
273233
|
return privateKey;
|
|
273224
273234
|
};
|
|
@@ -273567,13 +273577,13 @@ async function applicationAccessTokenPrompt(env2, application, settlemint, accep
|
|
|
273567
273577
|
}
|
|
273568
273578
|
}
|
|
273569
273579
|
return esm_default5({
|
|
273570
|
-
message: "What is the application access token for your application in SettleMint?",
|
|
273580
|
+
message: "What is the application access token for your application in SettleMint? (format: sm_aat_...)",
|
|
273571
273581
|
validate(value4) {
|
|
273572
273582
|
try {
|
|
273573
273583
|
validate3(ApplicationAccessTokenSchema3, value4);
|
|
273574
273584
|
return true;
|
|
273575
273585
|
} catch (error5) {
|
|
273576
|
-
return "Invalid application access token";
|
|
273586
|
+
return "Invalid application access token, it should start with sm_aat_...";
|
|
273577
273587
|
}
|
|
273578
273588
|
}
|
|
273579
273589
|
});
|
|
@@ -273601,7 +273611,7 @@ async function applicationPrompt(env2, applications, accept) {
|
|
|
273601
273611
|
const application = await esm_default2({
|
|
273602
273612
|
message: "Which application do you want to connect to?",
|
|
273603
273613
|
choices: applications.map((applications2) => ({
|
|
273604
|
-
name: applications2.name
|
|
273614
|
+
name: `${applications2.name} (${applications2.uniqueName})`,
|
|
273605
273615
|
value: applications2
|
|
273606
273616
|
})),
|
|
273607
273617
|
default: defaultApplication
|
|
@@ -273637,7 +273647,7 @@ async function servicePrompt({
|
|
|
273637
273647
|
return services[0];
|
|
273638
273648
|
}
|
|
273639
273649
|
const choices = services.map((service) => ({
|
|
273640
|
-
name: service.name
|
|
273650
|
+
name: `${service.name} (${service.uniqueName})`,
|
|
273641
273651
|
value: service
|
|
273642
273652
|
}));
|
|
273643
273653
|
if (!isRequired) {
|
|
@@ -273972,7 +273982,7 @@ async function workspacePrompt(env2, workspaces, accept) {
|
|
|
273972
273982
|
const workspace = await esm_default2({
|
|
273973
273983
|
message: "Which workspace do you want to connect to?",
|
|
273974
273984
|
choices: workspaces.map((workspace2) => ({
|
|
273975
|
-
name: workspace2.name
|
|
273985
|
+
name: `${workspace2.name} (${workspace2.uniqueName})`,
|
|
273976
273986
|
value: workspace2
|
|
273977
273987
|
})),
|
|
273978
273988
|
default: defaultWorkspace
|
|
@@ -274961,13 +274971,13 @@ async function personalAccessTokenPrompt(env2, instance, accept) {
|
|
|
274961
274971
|
}
|
|
274962
274972
|
}
|
|
274963
274973
|
return esm_default5({
|
|
274964
|
-
message: "What is your personal access token in SettleMint?",
|
|
274974
|
+
message: "What is your personal access token in SettleMint? (format: sm_pat_...)",
|
|
274965
274975
|
validate(value4) {
|
|
274966
274976
|
try {
|
|
274967
274977
|
validate3(PersonalAccessTokenSchema3, value4);
|
|
274968
274978
|
return true;
|
|
274969
274979
|
} catch (error5) {
|
|
274970
|
-
return "Invalid personal access token";
|
|
274980
|
+
return "Invalid personal access token, it should start with sm_pat_...";
|
|
274971
274981
|
}
|
|
274972
274982
|
}
|
|
274973
274983
|
});
|
|
@@ -275110,22 +275120,38 @@ async function waitForCompletion({
|
|
|
275110
275120
|
return spinner({
|
|
275111
275121
|
startMessage: `Waiting for ${type4} to be ${getActionLabel(action)}`,
|
|
275112
275122
|
stopMessage: `Waiting for ${type4} to be ${getActionLabel(action)}`,
|
|
275113
|
-
task: async () => {
|
|
275123
|
+
task: async (spinner2) => {
|
|
275114
275124
|
const startTime = Date.now();
|
|
275115
275125
|
while (true) {
|
|
275116
275126
|
try {
|
|
275117
275127
|
const resource = await service.read(uniqueName);
|
|
275118
275128
|
if (resource.status === "COMPLETED") {
|
|
275119
|
-
|
|
275129
|
+
if (spinner2) {
|
|
275130
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is ${getActionLabel(action)}`;
|
|
275131
|
+
} else {
|
|
275132
|
+
note(`${capitalizeFirstLetter(type4)} is ${getActionLabel(action)}`);
|
|
275133
|
+
}
|
|
275120
275134
|
return true;
|
|
275121
275135
|
}
|
|
275122
275136
|
if (resource.status === "FAILED") {
|
|
275123
|
-
|
|
275137
|
+
if (spinner2) {
|
|
275138
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} failed to ${getActionLabel(action)}`;
|
|
275139
|
+
} else {
|
|
275140
|
+
note(`${capitalizeFirstLetter(type4)} failed to ${getActionLabel(action)}`);
|
|
275141
|
+
}
|
|
275124
275142
|
return true;
|
|
275125
275143
|
}
|
|
275126
|
-
|
|
275144
|
+
if (spinner2) {
|
|
275145
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is not ready yet (status: ${resource.status})`;
|
|
275146
|
+
} else {
|
|
275147
|
+
note(`${capitalizeFirstLetter(type4)} is not ready yet (status: ${resource.status})`);
|
|
275148
|
+
}
|
|
275127
275149
|
} catch (error5) {
|
|
275128
|
-
|
|
275150
|
+
if (spinner2) {
|
|
275151
|
+
spinner2.text = `${capitalizeFirstLetter(type4)} is not ready yet (status: UNKNOWN)`;
|
|
275152
|
+
} else {
|
|
275153
|
+
note(`${capitalizeFirstLetter(type4)} is not ready yet (status: UNKNOWN)`);
|
|
275154
|
+
}
|
|
275129
275155
|
}
|
|
275130
275156
|
if (Date.now() - startTime > maxTimeout) {
|
|
275131
275157
|
throw new TimeoutError(`Operation timed out after ${maxTimeout / 60000} minutes for ${type4} with unique name ${uniqueName}`);
|
|
@@ -275247,7 +275273,7 @@ function getCreateCommand({
|
|
|
275247
275273
|
instance
|
|
275248
275274
|
});
|
|
275249
275275
|
const platformConfig = await settlemint.platform.config();
|
|
275250
|
-
if (
|
|
275276
|
+
if (cmd2.options.some((option) => option.long === "--provider")) {
|
|
275251
275277
|
const selectedProvider = await providerPrompt(platformConfig, provider);
|
|
275252
275278
|
if (!selectedProvider) {
|
|
275253
275279
|
return nothingSelectedError("provider");
|
|
@@ -276107,6 +276133,66 @@ function middlewareCreateCommand() {
|
|
|
276107
276133
|
return new Command("middleware").alias("mw").description("Create a middleware service in the SettleMint platform").addCommand(graphMiddlewareCreateCommand()).addCommand(smartContractPortalMiddlewareCreateCommand());
|
|
276108
276134
|
}
|
|
276109
276135
|
|
|
276136
|
+
// src/commands/platform/private-key/accessible-ecdsa-p256/create.ts
|
|
276137
|
+
function privateKeyAccessibleCreateCommand() {
|
|
276138
|
+
return getCreateCommand({
|
|
276139
|
+
name: "ACCESSIBLE-ECDSA-P256",
|
|
276140
|
+
type: "private key",
|
|
276141
|
+
subType: "ACCESSIBLE-ECDSA-P256",
|
|
276142
|
+
alias: "acc",
|
|
276143
|
+
execute: (cmd2, baseAction) => {
|
|
276144
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276145
|
+
return baseAction({
|
|
276146
|
+
...defaultArgs,
|
|
276147
|
+
acceptDefaults
|
|
276148
|
+
}, async (settlemint, env2) => {
|
|
276149
|
+
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276150
|
+
if (!applicationUniqueName) {
|
|
276151
|
+
return missingApplication();
|
|
276152
|
+
}
|
|
276153
|
+
let blockchainNodeUniqueName = blockchainNode;
|
|
276154
|
+
if (!blockchainNodeUniqueName) {
|
|
276155
|
+
const blockchainNodes = await settlemint.blockchainNode.list(applicationUniqueName);
|
|
276156
|
+
const node = await blockchainNodePrompt({
|
|
276157
|
+
env: env2,
|
|
276158
|
+
nodes: blockchainNodes,
|
|
276159
|
+
accept: acceptDefaults,
|
|
276160
|
+
isRequired: true
|
|
276161
|
+
});
|
|
276162
|
+
if (!node) {
|
|
276163
|
+
return nothingSelectedError("blockchain node");
|
|
276164
|
+
}
|
|
276165
|
+
blockchainNodeUniqueName = node.uniqueName;
|
|
276166
|
+
}
|
|
276167
|
+
const result = await settlemint.privateKey.create({
|
|
276168
|
+
name: name2,
|
|
276169
|
+
applicationUniqueName,
|
|
276170
|
+
privateKeyType: "ACCESSIBLE_ECDSA_P256",
|
|
276171
|
+
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276172
|
+
});
|
|
276173
|
+
return {
|
|
276174
|
+
result
|
|
276175
|
+
};
|
|
276176
|
+
});
|
|
276177
|
+
});
|
|
276178
|
+
},
|
|
276179
|
+
examples: [
|
|
276180
|
+
{
|
|
276181
|
+
description: "Create a private key and save as default",
|
|
276182
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --accept-defaults -d"
|
|
276183
|
+
},
|
|
276184
|
+
{
|
|
276185
|
+
description: "Create a private key in a different application",
|
|
276186
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --application my-app"
|
|
276187
|
+
},
|
|
276188
|
+
{
|
|
276189
|
+
description: "Create a private key linked to a blockchain node",
|
|
276190
|
+
command: "platform create private-key accessible-ecdsa-p256 my-key --blockchain-node node-123"
|
|
276191
|
+
}
|
|
276192
|
+
]
|
|
276193
|
+
});
|
|
276194
|
+
}
|
|
276195
|
+
|
|
276110
276196
|
// src/commands/platform/private-key/hd-ecdsa-p256/create.ts
|
|
276111
276197
|
function privateKeyHdCreateCommand() {
|
|
276112
276198
|
return getCreateCommand({
|
|
@@ -276115,12 +276201,10 @@ function privateKeyHdCreateCommand() {
|
|
|
276115
276201
|
subType: "HD-ECDSA-P256",
|
|
276116
276202
|
alias: "hd",
|
|
276117
276203
|
execute: (cmd2, baseAction) => {
|
|
276118
|
-
|
|
276204
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276119
276205
|
return baseAction({
|
|
276120
276206
|
...defaultArgs,
|
|
276121
|
-
acceptDefaults
|
|
276122
|
-
provider,
|
|
276123
|
-
region
|
|
276207
|
+
acceptDefaults
|
|
276124
276208
|
}, async (settlemint, env2) => {
|
|
276125
276209
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276126
276210
|
if (!applicationUniqueName) {
|
|
@@ -276144,11 +276228,7 @@ function privateKeyHdCreateCommand() {
|
|
|
276144
276228
|
name: name2,
|
|
276145
276229
|
applicationUniqueName,
|
|
276146
276230
|
privateKeyType: "HD_ECDSA_P256",
|
|
276147
|
-
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276148
|
-
provider,
|
|
276149
|
-
region,
|
|
276150
|
-
size,
|
|
276151
|
-
type: type4
|
|
276231
|
+
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276152
276232
|
});
|
|
276153
276233
|
return {
|
|
276154
276234
|
result,
|
|
@@ -276187,12 +276267,10 @@ function privateKeyHsmCreateCommand() {
|
|
|
276187
276267
|
subType: "HSM-ECDSA-P256",
|
|
276188
276268
|
alias: "hsm",
|
|
276189
276269
|
execute: (cmd2, baseAction) => {
|
|
276190
|
-
|
|
276270
|
+
cmd2.option("--application <application>", "Application unique name").option("--blockchain-node <blockchainNode>", "Blockchain Node unique name").action(async (name2, { application, blockchainNode, acceptDefaults, ...defaultArgs }) => {
|
|
276191
276271
|
return baseAction({
|
|
276192
276272
|
...defaultArgs,
|
|
276193
|
-
acceptDefaults
|
|
276194
|
-
provider,
|
|
276195
|
-
region
|
|
276273
|
+
acceptDefaults
|
|
276196
276274
|
}, async (settlemint, env2) => {
|
|
276197
276275
|
const applicationUniqueName = application ?? env2.SETTLEMINT_APPLICATION;
|
|
276198
276276
|
if (!applicationUniqueName) {
|
|
@@ -276216,11 +276294,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276216
276294
|
name: name2,
|
|
276217
276295
|
applicationUniqueName,
|
|
276218
276296
|
privateKeyType: "HSM_ECDSA_P256",
|
|
276219
|
-
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276220
|
-
provider,
|
|
276221
|
-
region,
|
|
276222
|
-
size,
|
|
276223
|
-
type: type4
|
|
276297
|
+
blockchainNodeUniqueNames: blockchainNodeUniqueName ? [blockchainNodeUniqueName] : []
|
|
276224
276298
|
});
|
|
276225
276299
|
return {
|
|
276226
276300
|
result
|
|
@@ -276247,7 +276321,7 @@ function privateKeyHsmCreateCommand() {
|
|
|
276247
276321
|
|
|
276248
276322
|
// src/commands/platform/private-key/create.ts
|
|
276249
276323
|
function privateKeyCreateCommand() {
|
|
276250
|
-
return new Command("private-key").alias("pk").description("Create a private key in the SettleMint platform").addCommand(privateKeyHdCreateCommand()).addCommand(privateKeyHsmCreateCommand());
|
|
276324
|
+
return new Command("private-key").alias("pk").description("Create a private key in the SettleMint platform").addCommand(privateKeyHdCreateCommand()).addCommand(privateKeyHsmCreateCommand()).addCommand(privateKeyAccessibleCreateCommand());
|
|
276251
276325
|
}
|
|
276252
276326
|
|
|
276253
276327
|
// src/commands/platform/storage/ipfs/create.ts
|
|
@@ -276636,25 +276710,6 @@ function middlewareRestartCommand() {
|
|
|
276636
276710
|
return new Command("middleware").alias("mw").description("Restart a middleware service in the SettleMint platform").addCommand(graphRestartCommand()).addCommand(smartContractPortalRestartCommand());
|
|
276637
276711
|
}
|
|
276638
276712
|
|
|
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
276713
|
// src/commands/platform/storage/ipfs/restart.ts
|
|
276659
276714
|
function ipfsRestartCommand() {
|
|
276660
276715
|
return getRestartCommand({
|
|
@@ -276688,7 +276743,7 @@ function storageRestartCommand() {
|
|
|
276688
276743
|
|
|
276689
276744
|
// src/commands/platform/restart.ts
|
|
276690
276745
|
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(
|
|
276746
|
+
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
276747
|
return cmd2;
|
|
276693
276748
|
}
|
|
276694
276749
|
|
|
@@ -277757,4 +277812,4 @@ function sdkCliCommand(exitOverride = undefined) {
|
|
|
277757
277812
|
ascii();
|
|
277758
277813
|
sdkCliCommand();
|
|
277759
277814
|
|
|
277760
|
-
//# debugId=
|
|
277815
|
+
//# debugId=3A850139CCF1B66364756E2164756E21
|