rocketh 0.10.11 → 0.10.13
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/CHANGELOG.md +12 -0
- package/dist/cli.cjs +5 -4
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.mjs +5 -4
- package/dist/cli.mjs.map +1 -1
- package/dist/{index-t2GbLf0K.cjs → index-CqGGHs42.cjs} +4 -4
- package/dist/index-CqGGHs42.cjs.map +1 -0
- package/dist/{index-Cs7zkNfV.mjs → index-DESow-6-.mjs} +3 -3
- package/dist/index-DESow-6-.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/cli.ts +2 -0
- package/src/executor/index.ts +2 -2
- package/dist/index-Cs7zkNfV.mjs.map +0 -1
- package/dist/index-t2GbLf0K.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
package/dist/cli.cjs
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
var ldenv = require('ldenv');
|
|
5
|
-
var index = require('./index-
|
|
5
|
+
var index = require('./index-CqGGHs42.cjs');
|
|
6
6
|
require('node:path');
|
|
7
7
|
require('node:fs');
|
|
8
8
|
require('ethers');
|
|
@@ -16,7 +16,7 @@ require('viem/chains');
|
|
|
16
16
|
require('prompts');
|
|
17
17
|
|
|
18
18
|
var name = "rocketh";
|
|
19
|
-
var version = "0.10.
|
|
19
|
+
var version = "0.10.12";
|
|
20
20
|
var description = "deploy smart contract on ethereum-compatible networks";
|
|
21
21
|
var publishConfig = {
|
|
22
22
|
access: "public"
|
|
@@ -87,13 +87,14 @@ var pkg = {
|
|
|
87
87
|
ldenv.loadEnv();
|
|
88
88
|
const commandName = pkg.name;
|
|
89
89
|
const program = new commander.Command();
|
|
90
|
-
program.name(commandName).version(pkg.version).usage(`${commandName}`).description("execute deploy scripts and store the deployments").option("-s, --scripts <value>", "path the folder containing the deploy scripts to execute").option("-t, --tags <value>", "comma separated list of tags to execute").option("-d, --deployments <value>", "folder where deployments are saved").option("--skip-gas-report", "if set skip gas report").option("--skip-prompts", "if set skip any prompts").requiredOption("-n, --network <value>", "network context to use").parse(process.argv);
|
|
90
|
+
program.name(commandName).version(pkg.version).usage(`${commandName}`).description("execute deploy scripts and store the deployments").option("-s, --scripts <value>", "path the folder containing the deploy scripts to execute").option("-t, --tags <value>", "comma separated list of tags to execute").option("-d, --deployments <value>", "folder where deployments are saved").option("--skip-gas-report", "if set skip gas report").option("--skip-prompts", "if set skip any prompts").option("--save-deployments", "if set, save deployments").requiredOption("-n, --network <value>", "network context to use").parse(process.argv);
|
|
91
91
|
const options = program.opts();
|
|
92
92
|
console.log(options);
|
|
93
93
|
index.loadAndExecuteDeployments({
|
|
94
94
|
...options,
|
|
95
95
|
logLevel: 1,
|
|
96
96
|
askBeforeProceeding: options.skipPrompts ? false : true,
|
|
97
|
-
reportGasUse: options.skipGasReport ? false : true
|
|
97
|
+
reportGasUse: options.skipGasReport ? false : true,
|
|
98
|
+
saveDeployments: options.saveDeployments
|
|
98
99
|
});
|
|
99
100
|
//# sourceMappingURL=cli.cjs.map
|
package/dist/cli.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.cjs","sources":["../src/cli.ts"],"sourcesContent":["#! /usr/bin/env node\nimport {loadEnv} from 'ldenv';\nimport {ConfigOptions, loadAndExecuteDeployments, readConfig} from '.';\nimport {Command} from 'commander';\nimport pkg from '../package.json';\n\nloadEnv();\n\nconst commandName = pkg.name;\nconst program = new Command();\nprogram\n\t.name(commandName)\n\t.version(pkg.version)\n\t.usage(`${commandName}`)\n\t.description('execute deploy scripts and store the deployments')\n\t.option('-s, --scripts <value>', 'path the folder containing the deploy scripts to execute')\n\t.option('-t, --tags <value>', 'comma separated list of tags to execute')\n\t.option('-d, --deployments <value>', 'folder where deployments are saved')\n\t.option('--skip-gas-report', 'if set skip gas report')\n\t.option('--skip-prompts', 'if set skip any prompts')\n\t.requiredOption('-n, --network <value>', 'network context to use')\n\t.parse(process.argv);\n\nconst options = program.opts();\n\nconsole.log(options);\n\nloadAndExecuteDeployments({\n\t...(options as ConfigOptions),\n\tlogLevel: 1,\n\taskBeforeProceeding: options.skipPrompts ? false : true,\n\treportGasUse: options.skipGasReport ? false : true,\n});\n"],"names":["loadEnv","Command","loadAndExecuteDeployments"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAA,EAAA,CAAA;AACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA;AACV,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAA,EAAA,CAAA;AACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,
|
|
1
|
+
{"version":3,"file":"cli.cjs","sources":["../src/cli.ts"],"sourcesContent":["#! /usr/bin/env node\nimport {loadEnv} from 'ldenv';\nimport {ConfigOptions, loadAndExecuteDeployments, readConfig} from '.';\nimport {Command} from 'commander';\nimport pkg from '../package.json';\n\nloadEnv();\n\nconst commandName = pkg.name;\nconst program = new Command();\nprogram\n\t.name(commandName)\n\t.version(pkg.version)\n\t.usage(`${commandName}`)\n\t.description('execute deploy scripts and store the deployments')\n\t.option('-s, --scripts <value>', 'path the folder containing the deploy scripts to execute')\n\t.option('-t, --tags <value>', 'comma separated list of tags to execute')\n\t.option('-d, --deployments <value>', 'folder where deployments are saved')\n\t.option('--skip-gas-report', 'if set skip gas report')\n\t.option('--skip-prompts', 'if set skip any prompts')\n\t.option('--save-deployments', 'if set, save deployments')\n\t.requiredOption('-n, --network <value>', 'network context to use')\n\t.parse(process.argv);\n\nconst options = program.opts();\n\nconsole.log(options);\n\nloadAndExecuteDeployments({\n\t...(options as ConfigOptions),\n\tlogLevel: 1,\n\taskBeforeProceeding: options.skipPrompts ? false : true,\n\treportGasUse: options.skipGasReport ? false : true,\n\tsaveDeployments: options.saveDeployments,\n});\n"],"names":["loadEnv","Command","loadAndExecuteDeployments"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAA,EAAA,CAAA;AACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAA,CAAA;AACV,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAAC,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAA,EAAA,CAAA;AACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAI,CAAA,CAAA,CAAA,CAAC,CAAW,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAC,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAA,CAAA,CAAA,KAAA,CAAA,CAAA,EAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,kDAAA,CAAA,CAAA,MAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,yCAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,2BAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,MAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,yBAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,oBAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAC7B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,OAAO,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAC,CAAA,CAAA,CAAA,CAAI,EAAE,CAAA;AAC9B,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACPC,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAAA,CAAmB,CAAA,CAAA;AACnB,CAAA,CAAE,GAAG,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACZ,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,EAAE,CAAC,CAAA;AACb,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAmB,EAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,WAAW,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,GAAG,CAAI,CAAA,CAAA,CAAA,CAAA;AACzD,CAAE,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAY,EAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,aAAa,CAAG,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAK,GAAG,CAAI,CAAA,CAAA,CAAA,CAAA;AACpD,CAAA,CAAE,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAE,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAC,CAAe,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAC1C,CAAC,CAAC"}
|
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { loadEnv } from 'ldenv';
|
|
2
|
-
import { f as loadAndExecuteDeployments } from './index-
|
|
2
|
+
import { f as loadAndExecuteDeployments } from './index-DESow-6-.mjs';
|
|
3
3
|
import 'node:path';
|
|
4
4
|
import 'node:fs';
|
|
5
5
|
import 'ethers';
|
|
@@ -13,7 +13,7 @@ import 'viem/chains';
|
|
|
13
13
|
import 'prompts';
|
|
14
14
|
|
|
15
15
|
var name = "rocketh";
|
|
16
|
-
var version = "0.10.
|
|
16
|
+
var version = "0.10.12";
|
|
17
17
|
var description = "deploy smart contract on ethereum-compatible networks";
|
|
18
18
|
var publishConfig = {
|
|
19
19
|
access: "public"
|
|
@@ -84,13 +84,14 @@ var pkg = {
|
|
|
84
84
|
loadEnv();
|
|
85
85
|
const commandName = pkg.name;
|
|
86
86
|
const program = new Command();
|
|
87
|
-
program.name(commandName).version(pkg.version).usage(`${commandName}`).description("execute deploy scripts and store the deployments").option("-s, --scripts <value>", "path the folder containing the deploy scripts to execute").option("-t, --tags <value>", "comma separated list of tags to execute").option("-d, --deployments <value>", "folder where deployments are saved").option("--skip-gas-report", "if set skip gas report").option("--skip-prompts", "if set skip any prompts").requiredOption("-n, --network <value>", "network context to use").parse(process.argv);
|
|
87
|
+
program.name(commandName).version(pkg.version).usage(`${commandName}`).description("execute deploy scripts and store the deployments").option("-s, --scripts <value>", "path the folder containing the deploy scripts to execute").option("-t, --tags <value>", "comma separated list of tags to execute").option("-d, --deployments <value>", "folder where deployments are saved").option("--skip-gas-report", "if set skip gas report").option("--skip-prompts", "if set skip any prompts").option("--save-deployments", "if set, save deployments").requiredOption("-n, --network <value>", "network context to use").parse(process.argv);
|
|
88
88
|
const options = program.opts();
|
|
89
89
|
console.log(options);
|
|
90
90
|
loadAndExecuteDeployments({
|
|
91
91
|
...options,
|
|
92
92
|
logLevel: 1,
|
|
93
93
|
askBeforeProceeding: options.skipPrompts ? false : true,
|
|
94
|
-
reportGasUse: options.skipGasReport ? false : true
|
|
94
|
+
reportGasUse: options.skipGasReport ? false : true,
|
|
95
|
+
saveDeployments: options.saveDeployments
|
|
95
96
|
});
|
|
96
97
|
//# sourceMappingURL=cli.mjs.map
|
package/dist/cli.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.mjs","sources":["../src/cli.ts"],"sourcesContent":["#! /usr/bin/env node\nimport {loadEnv} from 'ldenv';\nimport {ConfigOptions, loadAndExecuteDeployments, readConfig} from '.';\nimport {Command} from 'commander';\nimport pkg from '../package.json';\n\nloadEnv();\n\nconst commandName = pkg.name;\nconst program = new Command();\nprogram\n\t.name(commandName)\n\t.version(pkg.version)\n\t.usage(`${commandName}`)\n\t.description('execute deploy scripts and store the deployments')\n\t.option('-s, --scripts <value>', 'path the folder containing the deploy scripts to execute')\n\t.option('-t, --tags <value>', 'comma separated list of tags to execute')\n\t.option('-d, --deployments <value>', 'folder where deployments are saved')\n\t.option('--skip-gas-report', 'if set skip gas report')\n\t.option('--skip-prompts', 'if set skip any prompts')\n\t.requiredOption('-n, --network <value>', 'network context to use')\n\t.parse(process.argv);\n\nconst options = program.opts();\n\nconsole.log(options);\n\nloadAndExecuteDeployments({\n\t...(options as ConfigOptions),\n\tlogLevel: 1,\n\taskBeforeProceeding: options.skipPrompts ? false : true,\n\treportGasUse: options.skipGasReport ? false : true,\n});\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,OAAA,EAAA,CAAA;AACA,MAAM,WAAI,GAAA,GAAA,CAAA,IAAA,CAAA;AACV,MAAA,OAAA,GAAA,IAAA,OAAA,EAAA,CAAA;AACA,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,OAAG,CAAA,GAAA,CAAA,OAAA,CAAA,CAAA,KAAA,CAAA,CAAA,EAAA,WAAA,CAAA,CAAA,CAAA,CAAA,WAAA,CAAA,kDAAA,CAAA,CAAA,MAAA,CAAA,uBAAA,EAAA,0DAAA,CAAA,CAAA,MAAA,CAAA,oBAAA,EAAA,yCAAA,CAAA,CAAA,MAAA,CAAA,2BAAA,EAAA,oCAAA,CAAA,CAAA,MAAA,CAAA,mBAAA,EAAA,wBAAA,CAAA,CAAA,MAAA,CAAA,gBAAA,EAAA,yBAAA,CAAA,CAAA,cAAA,CAAA,uBAAA,EAAA,wBAAA,CAAA,CAAA,KAAA,CAAA,OAAA,CAAA,IAAA,CAAA,CAAA;AAC7B,MAAM,OAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;AAC9B,OAAO,CAAA,GAAA,CAAA,OAAA,CAAA,CAAA;AACP,yBAAmB,CAAA;AACnB,EAAE,GAAG,OAAO;AACZ,EAAE,QAAQ,EAAE,CAAC;AACb,EAAE,mBAAmB,EAAE,OAAO,CAAC,WAAW,GAAG,KAAK,GAAG,IAAI;AACzD,EAAE,YAAY,EAAE,OAAO,CAAC,aAAa,GAAG,KAAK,GAAG,IAAI;AACpD,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"cli.mjs","sources":["../src/cli.ts"],"sourcesContent":["#! /usr/bin/env node\nimport {loadEnv} from 'ldenv';\nimport {ConfigOptions, loadAndExecuteDeployments, readConfig} from '.';\nimport {Command} from 'commander';\nimport pkg from '../package.json';\n\nloadEnv();\n\nconst commandName = pkg.name;\nconst program = new Command();\nprogram\n\t.name(commandName)\n\t.version(pkg.version)\n\t.usage(`${commandName}`)\n\t.description('execute deploy scripts and store the deployments')\n\t.option('-s, --scripts <value>', 'path the folder containing the deploy scripts to execute')\n\t.option('-t, --tags <value>', 'comma separated list of tags to execute')\n\t.option('-d, --deployments <value>', 'folder where deployments are saved')\n\t.option('--skip-gas-report', 'if set skip gas report')\n\t.option('--skip-prompts', 'if set skip any prompts')\n\t.option('--save-deployments', 'if set, save deployments')\n\t.requiredOption('-n, --network <value>', 'network context to use')\n\t.parse(process.argv);\n\nconst options = program.opts();\n\nconsole.log(options);\n\nloadAndExecuteDeployments({\n\t...(options as ConfigOptions),\n\tlogLevel: 1,\n\taskBeforeProceeding: options.skipPrompts ? false : true,\n\treportGasUse: options.skipGasReport ? false : true,\n\tsaveDeployments: options.saveDeployments,\n});\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKA,OAAA,EAAA,CAAA;AACA,MAAM,WAAI,GAAA,GAAA,CAAA,IAAA,CAAA;AACV,MAAA,OAAA,GAAA,IAAA,OAAA,EAAA,CAAA;AACA,OAAO,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,OAAG,CAAA,GAAA,CAAA,OAAA,CAAA,CAAA,KAAA,CAAA,CAAA,EAAA,WAAA,CAAA,CAAA,CAAA,CAAA,WAAA,CAAA,kDAAA,CAAA,CAAA,MAAA,CAAA,uBAAA,EAAA,0DAAA,CAAA,CAAA,MAAA,CAAA,oBAAA,EAAA,yCAAA,CAAA,CAAA,MAAA,CAAA,2BAAA,EAAA,oCAAA,CAAA,CAAA,MAAA,CAAA,mBAAA,EAAA,wBAAA,CAAA,CAAA,MAAA,CAAA,gBAAA,EAAA,yBAAA,CAAA,CAAA,MAAA,CAAA,oBAAA,EAAA,0BAAA,CAAA,CAAA,cAAA,CAAA,uBAAA,EAAA,wBAAA,CAAA,CAAA,KAAA,CAAA,OAAA,CAAA,IAAA,CAAA,CAAA;AAC7B,MAAM,OAAO,GAAG,OAAO,CAAC,IAAI,EAAE,CAAA;AAC9B,OAAO,CAAA,GAAA,CAAA,OAAA,CAAA,CAAA;AACP,yBAAmB,CAAA;AACnB,EAAE,GAAG,OAAO;AACZ,EAAE,QAAQ,EAAE,CAAC;AACb,EAAE,mBAAmB,EAAE,OAAO,CAAC,WAAW,GAAG,KAAK,GAAG,IAAI;AACzD,EAAE,YAAY,EAAE,OAAO,CAAC,aAAa,GAAG,KAAK,GAAG,IAAI;AACpD,EAAE,eAAe,EAAE,OAAO,CAAC,eAAe;AAC1C,CAAC,CAAC"}
|
|
@@ -14,7 +14,7 @@ var prompts = require('prompts');
|
|
|
14
14
|
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
15
15
|
var require$1 = (
|
|
16
16
|
false
|
|
17
|
-
? /* @__PURE__ */ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index-
|
|
17
|
+
? /* @__PURE__ */ module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index-CqGGHs42.cjs', document.baseURI).href)))
|
|
18
18
|
: require
|
|
19
19
|
);
|
|
20
20
|
|
|
@@ -1028,7 +1028,7 @@ function readConfig(options) {
|
|
|
1028
1028
|
if (options.network === "localhost") {
|
|
1029
1029
|
nodeUrl = "http://127.0.0.1:8545";
|
|
1030
1030
|
} else {
|
|
1031
|
-
|
|
1031
|
+
console.error(`network "${options.network}" is not configured. Please add it to the rocketh.json file`);
|
|
1032
1032
|
process.exit(1);
|
|
1033
1033
|
}
|
|
1034
1034
|
}
|
|
@@ -1040,7 +1040,7 @@ function readConfig(options) {
|
|
|
1040
1040
|
if (options.network === "localhost") {
|
|
1041
1041
|
nodeUrl = "http://127.0.0.1:8545";
|
|
1042
1042
|
} else {
|
|
1043
|
-
|
|
1043
|
+
console.error(`network "${options.network}" is not configured. Please add it to the rocketh.json file`);
|
|
1044
1044
|
process.exit(1);
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
@@ -1314,4 +1314,4 @@ exports.mergeArtifacts = mergeArtifacts;
|
|
|
1314
1314
|
exports.readAndResolveConfig = readAndResolveConfig;
|
|
1315
1315
|
exports.readConfig = readConfig;
|
|
1316
1316
|
exports.resolveConfig = resolveConfig;
|
|
1317
|
-
//# sourceMappingURL=index-
|
|
1317
|
+
//# sourceMappingURL=index-CqGGHs42.cjs.map
|