From ef607cf69790df7110c55214725997f74e32b99a Mon Sep 17 00:00:00 2001 From: juno-bot Date: Thu, 14 Aug 2025 18:50:48 +0000 Subject: [PATCH] docs: Update CLI documentation --- docs/reference/cli/config.md | 1 + docs/reference/cli/deploy.md | 1 + docs/reference/cli/status.md | 5 ++--- docs/reference/cli/version.md | 9 ++------- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/reference/cli/config.md b/docs/reference/cli/config.md index 6fe7789c..6f1b97b9 100644 --- a/docs/reference/cli/config.md +++ b/docs/reference/cli/config.md @@ -4,6 +4,7 @@ Apply configuration to satellite. Usage: juno config [options] Options: + --force Overwrite configuration without checks. -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. diff --git a/docs/reference/cli/deploy.md b/docs/reference/cli/deploy.md index 6d2cda6f..7d266045 100644 --- a/docs/reference/cli/deploy.md +++ b/docs/reference/cli/deploy.md @@ -4,6 +4,7 @@ Deploy your app to your satellite. Usage: juno deploy [options] Options: + --batch Number of files to upload in parallel per batch (default: 20). --clear Clear existing app files before proceeding with deployment. --config Apply configuration after deployment succeeds. --no-apply Submit the deployment as a change but do not apply it yet. diff --git a/docs/reference/cli/status.md b/docs/reference/cli/status.md index 490dcda1..bcb57319 100644 --- a/docs/reference/cli/status.md +++ b/docs/reference/cli/status.md @@ -1,10 +1,9 @@ -Check the version of the modules and CLI. +Check the status of the modules. ``` -Usage: juno init [options] +Usage: juno status [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. diff --git a/docs/reference/cli/version.md b/docs/reference/cli/version.md index 490dcda1..f0b0920e 100644 --- a/docs/reference/cli/version.md +++ b/docs/reference/cli/version.md @@ -1,13 +1,8 @@ -Check the version of the modules and CLI. +Check the version of the CLI. ``` -Usage: juno init [options] +Usage: juno version [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. ```