Skip to content

Commit 4e5eb40

Browse files
docs: Update CLI documentation (#499)
Co-authored-by: juno-bot <juno-bot@users.noreply.github.com>
1 parent 938a1d7 commit 4e5eb40

4 files changed

Lines changed: 6 additions & 10 deletions

File tree

docs/reference/cli/config.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Apply configuration to satellite.
44
Usage: juno config [options]
55
66
Options:
7+
--force Overwrite configuration without checks.
78
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
89
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
910
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.

docs/reference/cli/deploy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Deploy your app to your satellite.
44
Usage: juno deploy [options]
55
66
Options:
7+
--batch Number of files to upload in parallel per batch (default: 20).
78
--clear Clear existing app files before proceeding with deployment.
89
--config Apply configuration after deployment succeeds.
910
--no-apply Submit the deployment as a change but do not apply it yet.

docs/reference/cli/status.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Check the version of the modules and CLI.
1+
Check the status of the modules.
22

33
```
4-
Usage: juno init [options]
4+
Usage: juno status [options]
55
66
Options:
7-
-c, --cli Check only the version of the CLI.
87
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
98
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
109
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.

docs/reference/cli/version.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
Check the version of the modules and CLI.
1+
Check the version of the CLI.
22

33
```
4-
Usage: juno init [options]
4+
Usage: juno version [options]
55
66
Options:
7-
-c, --cli Check only the version of the CLI.
8-
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
9-
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
10-
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
11-
--console-url Specify a custom URL to access the developer Console.
127
-h, --help Output usage information.
138
```

0 commit comments

Comments
 (0)