From 60256e5ef6cc84f60bd54484d36844b6ebd215bc Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 17 Mar 2026 07:21:26 +0100 Subject: [PATCH 1/2] docs: juno --version Signed-off-by: David Dal Busco --- docs/reference/cli.mdx | 6 ++++++ 1 file changed, 6 insertions(+) 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? From c16f324333163cdcfcd8ea7bec8714c8f1679ebc Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:23:15 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 ``` ---