@alchemy/cli 0.7.2-alpha.29 → 0.7.3
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/index.js
CHANGED
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
getAvailableUpdate,
|
|
49
49
|
getUpdateStatus,
|
|
50
50
|
printUpdateNotice
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-FD6YLNTB.js";
|
|
52
52
|
import {
|
|
53
53
|
bold,
|
|
54
54
|
brand,
|
|
@@ -8298,7 +8298,7 @@ async function flushProcessOutput() {
|
|
|
8298
8298
|
}
|
|
8299
8299
|
program.name("alchemy").description(
|
|
8300
8300
|
"The Alchemy CLI lets you query blockchain data, call JSON-RPC methods, and manage your Alchemy configuration."
|
|
8301
|
-
).version("0.7.
|
|
8301
|
+
).version("0.7.3", "-v, --version", "display CLI version").option("--api-key <key>", "Alchemy API key (env: ALCHEMY_API_KEY)").option(
|
|
8302
8302
|
"-n, --network <network>",
|
|
8303
8303
|
"Target network (default: eth-mainnet) (env: ALCHEMY_NETWORK)"
|
|
8304
8304
|
).option("--x402", "Use x402 wallet-based gateway auth").option(
|
|
@@ -8524,7 +8524,7 @@ ${styledLine}`;
|
|
|
8524
8524
|
if (isInteractiveAllowed(program)) {
|
|
8525
8525
|
let latestForInteractiveStartup = null;
|
|
8526
8526
|
if (shouldRunOnboarding(program, cfg)) {
|
|
8527
|
-
const { runOnboarding } = await import("./onboarding-
|
|
8527
|
+
const { runOnboarding } = await import("./onboarding-TTUVIXM4.js");
|
|
8528
8528
|
const latest = getAvailableUpdateOnce();
|
|
8529
8529
|
const completed = await runOnboarding(program, latest);
|
|
8530
8530
|
updateShownDuringInteractiveStartup = Boolean(latest);
|
|
@@ -8538,7 +8538,7 @@ ${styledLine}`;
|
|
|
8538
8538
|
latestForInteractiveStartup
|
|
8539
8539
|
);
|
|
8540
8540
|
}
|
|
8541
|
-
const { startREPL } = await import("./interactive-
|
|
8541
|
+
const { startREPL } = await import("./interactive-BNIJYEOV.js");
|
|
8542
8542
|
program.exitOverride();
|
|
8543
8543
|
program.configureOutput({
|
|
8544
8544
|
writeErr: () => {
|