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
1 change: 1 addition & 0 deletions docs/reference/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 2 additions & 3 deletions docs/reference/cli/status.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
9 changes: 2 additions & 7 deletions docs/reference/cli/version.md
Original file line number Diff line number Diff line change
@@ -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.
```