From 2a4fec436f7dd9eefb977551f612720e0b2849a5 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 13 Aug 2025 09:24:03 +0200 Subject: [PATCH 1/2] docs: split juno version in two commands (version and status) Signed-off-by: David Dal Busco --- docs/reference/cli.mdx | 8 ++++++++ docs/reference/cli/status.md | 13 +++++++++++++ scripts/cli-to-md.sh | 2 +- 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 docs/reference/cli/status.md diff --git a/docs/reference/cli.mdx b/docs/reference/cli.mdx index af01cbdb..bbdca15e 100644 --- a/docs/reference/cli.mdx +++ b/docs/reference/cli.mdx @@ -280,6 +280,14 @@ import Open from "./cli/open.md"; --- +### Status + +import Status from "./cli/status.md"; + + + +--- + ### Version import Version from "./cli/version.md"; diff --git a/docs/reference/cli/status.md b/docs/reference/cli/status.md new file mode 100644 index 00000000..490dcda1 --- /dev/null +++ b/docs/reference/cli/status.md @@ -0,0 +1,13 @@ +Check the version of the modules and CLI. + +``` +Usage: juno init [options] + +Options: + -c, --cli Check only the version of the CLI. + -m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted. + -p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls. + --container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode. + --console-url Specify a custom URL to access the developer Console. + -h, --help Output usage information. +``` diff --git a/scripts/cli-to-md.sh b/scripts/cli-to-md.sh index aa6e8b12..f00da7a2 100755 --- a/scripts/cli-to-md.sh +++ b/scripts/cli-to-md.sh @@ -7,7 +7,7 @@ function generate_command_markdown() { eval "juno "$cmd" --headless --help --doc" | sed 's/\x1b\[[0-9;]*m//g' > docs/reference/cli/"$output".md } -COMMANDS=clear,config,deploy,dev,functions,changes,init,login,logout,open,snapshot,start,stop,upgrade,version,whoami +COMMANDS=clear,config,deploy,dev,functions,changes,init,login,logout,open,snapshot,start,stop,upgrade,version,status,whoami for cmd in $(echo $COMMANDS | sed "s/,/ /g"); do generate_command_markdown "$cmd" From 60fe3bfa3c9735a59bed92e04a1227b28b0418ed Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 07:25:44 +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, 10 insertions(+) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 27333f40..5ae3684a 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7710,6 +7710,16 @@ Usage: juno open [options]Options: -b, --browser A particular browser t --- +### Status + +Check the version of the modules and CLI. + +``` +Usage: juno init [options]Options: -c, --cli Check only the version of the CLI. -m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted. -p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls. --container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode. --console-url Specify a custom URL to access the developer Console. -h, --help Output usage information. +``` + +--- + ### Version Check the version of the modules and CLI.