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
26 changes: 13 additions & 13 deletions .llms-snapshots/llms-full.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/reference/cli/clear.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: juno clear [options]
Options:
-f, --fullPath Clear a particular file of your app.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Usage: juno config [options]

Options:
-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.
Expand Down
4 changes: 3 additions & 1 deletion docs/reference/cli/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Deploy your app to your satellite.
Usage: juno deploy [options]

Options:
-c, --clear Clear existing app files before proceeding with deployment.
--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.
-k, --keep-staged Keep staged assets in memory after applying the change.
-i, --immediate Deploy files instantly (bypasses the change workflow).
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/functions-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Options:
-k, --keep-staged Keep staged assets in memory after applying the change.
-s, --src A path to a specific local gzipped WASM file to publish.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: juno init [options]
Options:
--minimal Skip few prompts and generate a config file with a placeholder satellite ID.
-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.
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/cli/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Usage: juno login [options]

Options:
-b, --browser A particular browser to open. supported: chrome|firefox|edge.
-e, --emulator Skips the Console UI and logs in your terminal with the emulator (⚠️ local development only).
-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.
-h, --help Output usage information.
```
1 change: 1 addition & 0 deletions docs/reference/cli/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Options:
-b, --browser A particular browser to open. supported: chrome|firefox|edge.
-c, --console Open satellite in the console.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/snapshot.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Subcommands:
Options:
-t, --target Which module type should be snapshotted? Valid targets are satellite, mission-control or orbiter.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: juno start [options]
Options:
-t, --target Which module type should be started? Valid targets are satellite, mission-control or orbiter.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: juno stop [options]
Options:
-t, --target Which module type should be stopped? Valid targets are satellite, mission-control or orbiter.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Options:
--no-snapshot Skip creating a snapshot before upgrading.
-r, --reset Reset to the initial state.
-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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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.
Expand Down
1 change: 1 addition & 0 deletions docs/reference/cli/whoami.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Usage: juno whoami [options]
Options:
-h, --help Output usage information.
-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.
```