diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 14da97c1..fc06c1e4 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -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 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 ``` --- diff --git a/docs/reference/cli.mdx b/docs/reference/cli.mdx index 29aab363..33ac3f55 100644 --- a/docs/reference/cli.mdx +++ b/docs/reference/cli.mdx @@ -328,6 +328,12 @@ import Version from "./cli/version.md"; +You can also print the current versions of the CLI and emulator (if running) by using: + +```bash +juno --version +``` + --- ### Who am I?