Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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.
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.
```

---
Expand All @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,14 @@ import DevStart from "./cli/dev-start.md";

---

### Wait

import DevWait from "./cli/dev-wait.md";

<DevWait />

---

## Functions

import Functions from "./cli/functions.md";
Expand Down