Skip to content

Commit 0451db4

Browse files
github-actions[bot]Juno-Botpeterpeterparker
authored
docs: Update CLI documentation (#489)
* docs: Update CLI documentation * πŸ“„ Update LLMs.txt snapshot for PR review --------- Co-authored-by: juno-bot <juno-bot@users.noreply.github.com> Co-authored-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b6e7a0c commit 0451db4

14 files changed

Lines changed: 29 additions & 14 deletions

File tree

β€Ž.llms-snapshots/llms-full.txtβ€Ž

Lines changed: 13 additions & 13 deletions
Large diffs are not rendered by default.

β€Ždocs/reference/cli/clear.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Usage: juno clear [options]
66
Options:
77
-f, --fullPath Clear a particular file of your app.
88
-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.
910
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1011
--console-url Specify a custom URL to access the developer Console.
1112
-h, --help Output usage information.

β€Ždocs/reference/cli/config.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Usage: juno config [options]
55
66
Options:
77
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
8+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
89
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
910
--console-url Specify a custom URL to access the developer Console.
1011
-h, --help Output usage information.

β€Ždocs/reference/cli/deploy.mdβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ Deploy your app to your satellite.
44
Usage: juno deploy [options]
55
66
Options:
7-
-c, --clear Clear existing app files before proceeding with deployment.
7+
--clear Clear existing app files before proceeding with deployment.
8+
--config Apply configuration after deployment succeeds.
89
--no-apply Submit the deployment as a change but do not apply it yet.
910
-k, --keep-staged Keep staged assets in memory after applying the change.
1011
-i, --immediate Deploy files instantly (bypasses the change workflow).
1112
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
13+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
1214
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1315
--console-url Specify a custom URL to access the developer Console.
1416
-h, --help Output usage information.

β€Ždocs/reference/cli/functions-publish.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Options:
88
-k, --keep-staged Keep staged assets in memory after applying the change.
99
-s, --src A path to a specific local gzipped WASM file to publish.
1010
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
11+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
1112
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1213
--console-url Specify a custom URL to access the developer Console.
1314
-h, --help Output usage information.

β€Ždocs/reference/cli/init.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Usage: juno init [options]
66
Options:
77
--minimal Skip few prompts and generate a config file with a placeholder satellite ID.
88
-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.
910
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1011
--console-url Specify a custom URL to access the developer Console.
1112
-h, --help Output usage information.

β€Ždocs/reference/cli/login.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Usage: juno login [options]
55
66
Options:
77
-b, --browser A particular browser to open. supported: chrome|firefox|edge.
8+
-e, --emulator Skips the Console UI and logs in your terminal with the emulator (⚠️ local development only).
89
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
10+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
911
-h, --help Output usage information.
1012
```

β€Ždocs/reference/cli/open.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Options:
77
-b, --browser A particular browser to open. supported: chrome|firefox|edge.
88
-c, --console Open satellite in the console.
99
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
10+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
1011
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1112
--console-url Specify a custom URL to access the developer Console.
1213
-h, --help Output usage information.

β€Ždocs/reference/cli/snapshot.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Subcommands:
1111
Options:
1212
-t, --target Which module type should be snapshotted? Valid targets are satellite, mission-control or orbiter.
1313
-m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted.
14+
-p, --profile Specify an optional profile to use (e.g. personal, team). Useful when managing multiple Mission Controls.
1415
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1516
--console-url Specify a custom URL to access the developer Console.
1617
-h, --help Output usage information.

β€Ždocs/reference/cli/start.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Usage: juno start [options]
66
Options:
77
-t, --target Which module type should be started? Valid targets are satellite, mission-control or orbiter.
88
-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.
910
--container-url Override a custom container URL. If not provided, defaults to production or the local container in development mode.
1011
--console-url Specify a custom URL to access the developer Console.
1112
-h, --help Output usage information.

0 commit comments

Comments
Β (0)