From 0f858c27cf816ddc1d2af384100b255748d32256 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 5 Aug 2025 12:18:17 +0200 Subject: [PATCH 1/2] docs: juno dev wait Signed-off-by: David Dal Busco --- docs/reference/cli.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/reference/cli.mdx b/docs/reference/cli.mdx index 4735db93..af01cbdb 100644 --- a/docs/reference/cli.mdx +++ b/docs/reference/cli.mdx @@ -218,6 +218,14 @@ import DevStart from "./cli/dev-start.md"; --- +### Wait + +import DevWait from "./cli/dev-wait.md"; + + + +--- + ## Functions import Functions from "./cli/functions.md"; From 2edd4539e194b2b4162020f39fe1961e7daeb056 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:22:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index f0d2c62d..41357d48 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7535,7 +7535,7 @@ Usage: juno changes reject [options]Options: -i, --id The ID of th Handle developer tasks like starting/stopping a local network. ``` -Usage: juno dev [options]Subcommands: start Start a local Internet Computer network in a container. stop Stop the local network. build Alias for juno functions build. eject Alias for juno functions eject. +Usage: juno dev [options]Subcommands: start Start a local Internet Computer network in a container. stop Stop the local network. wait Wait until the emulator is ready. build Alias for juno functions build. eject Alias for juno functions eject. ``` --- @@ -7550,6 +7550,16 @@ Usage: juno dev start [options]Options: -l, --lang Specify the langu --- +### Wait + +Wait until the emulator is ready. + +``` +Usage: juno dev wait [options]Options: -t, --timeout Timeout for the emulator to be ready (in ms, default 2min). -h, --help Output usage information. +``` + +--- + ## Functions Build and upgrade your satellite's serverless functions.