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
10 changes: 8 additions & 2 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10617,10 +10617,16 @@ Usage: juno status [options]Options: -m, --mode Choose which environ

### Version

Check the version of the CLI.
Manage version related tasks.

```
Usage: juno version [options]Options: -h, --help Output usage information.
Usage: juno version <subcommand>Subcommands: check Configure the weekly version check.Options: -h, --help Output usage information.
```

You can also print the current versions of the CLI and emulator (if running) by using:

```
juno --version
```

---
Expand Down
6 changes: 6 additions & 0 deletions docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,12 @@ import Version from "./cli/version.md";

<Version />

You can also print the current versions of the CLI and emulator (if running) by using:

```bash
juno --version
```

---

### Who am I?
Expand Down