Skip to content

Commit c628f63

Browse files
docs: Update CLI documentation (#526)
Co-authored-by: juno-bot <juno-bot@users.noreply.github.com>
1 parent 70f92a5 commit c628f63

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

docs/reference/cli/emulator-start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Start a local Internet Computer network in a container.
1+
Start the emulator for local development.
22

33
```
4-
Usage: juno dev start [options]
4+
Usage: juno emulator start [options]
55
66
Options:
77
-l, --lang Specify the language for building the serverless functions: rust, typescript or javascript.

docs/reference/cli/emulator.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
Handle developer tasks like starting/stopping a local network.
1+
Handle tasks related to the emulator like starting/stopping a local network.
22

33
```
4-
Usage: juno dev <subcommand> [options]
4+
Usage: juno emulator <subcommand> [options]
55
66
Subcommands:
7-
start Start a local Internet Computer network in a container.
7+
start Start the emulator for local development.
88
stop Stop the local network.
99
wait Wait until the emulator is ready.
10-
build Alias for juno functions build.
11-
eject Alias for juno functions eject.
1210
```

0 commit comments

Comments
 (0)