Skip to content

Commit b44b56c

Browse files
docs: juno dev wait (#490)
* docs: juno dev wait Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a80c3f8 commit b44b56c

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.llms-snapshots/llms-full.txt

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7535,7 +7535,7 @@ Usage: juno changes reject [options]Options: -i, --id The ID of th
75357535
Handle developer tasks like starting/stopping a local network.
75367536

75377537
```
7538-
Usage: juno dev <subcommand> [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.
7538+
Usage: juno dev <subcommand> [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.
75397539
```
75407540

75417541
---
@@ -7550,6 +7550,16 @@ Usage: juno dev start [options]Options: -l, --lang Specify the langu
75507550

75517551
---
75527552

7553+
### Wait
7554+
7555+
Wait until the emulator is ready.
7556+
7557+
```
7558+
Usage: juno dev wait [options]Options: -t, --timeout Timeout for the emulator to be ready (in ms, default 2min). -h, --help Output usage information.
7559+
```
7560+
7561+
---
7562+
75537563
## Functions
75547564

75557565
Build and upgrade your satellite's serverless functions.

docs/reference/cli.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,14 @@ import DevStart from "./cli/dev-start.md";
218218

219219
---
220220

221+
### Wait
222+
223+
import DevWait from "./cli/dev-wait.md";
224+
225+
<DevWait />
226+
227+
---
228+
221229
## Functions
222230

223231
import Functions from "./cli/functions.md";

0 commit comments

Comments
 (0)