diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 35d633c2..f0d2c62d 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7360,7 +7360,7 @@ Authenticating your terminal saves sensitive information on your device. We reco Generate an authentication for use in non-interactive environments. ``` -Usage: juno login [options]Options: -b, --browser A particular browser to open. supported: chrome|firefox|edge. -m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted. -h, --help Output usage information. +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. ``` The authentication process requires a browser. @@ -7392,7 +7392,7 @@ Usage: juno logout [options]Options: -h, --help Output usage informa Set up your project. ``` -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. --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. +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. ``` The `juno init` command creates a `juno.config` file in the root directory of your project. @@ -7414,7 +7414,7 @@ Read more about the [configuration](/docs/reference/configuration.md). Deploy your app to your satellite. ``` -Usage: juno deploy [options]Options: -c, --clear Clear existing app files before proceeding with deployment. --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. --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.Notes:- The option --keep-staged only applies when --no-apply is NOT used (i.e. the change is applied immediately). +Usage: juno deploy [options]Options: --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.Notes:- The option --keep-staged only applies when --no-apply is NOT used (i.e. the change is applied immediately). ``` --- @@ -7424,7 +7424,7 @@ Usage: juno deploy [options]Options: -c, --clear Clear existing app f Apply configuration to satellite. ``` -Usage: juno config [options]Options: -m, --mode Choose which environment to use (production, staging, development). Defaults to production if omitted. --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. +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. ``` --- @@ -7434,7 +7434,7 @@ Usage: juno config [options]Options: -m, --mode Choose which environ Handle snapshot-related tasks. ``` -Usage: juno snapshot [options]Subcommands: create Create a snapshot of your current state. restore Restore a previously created snapshot. delete Delete an existing snapshot.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. --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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. +Usage: juno snapshot [options]Subcommands: create Create a snapshot of your current state. restore Restore a previously created snapshot. delete Delete an existing snapshot.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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. ``` --- @@ -7444,7 +7444,7 @@ Usage: juno snapshot [options]Subcommands: create Cr Stop a module. ``` -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. --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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. +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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. ``` --- @@ -7454,7 +7454,7 @@ Usage: juno stop [options]Options: -t, --target Which module type shou Start a module. ``` -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. --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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. +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.Notes:- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. ``` --- @@ -7464,7 +7464,7 @@ Usage: juno start [options]Options: -t, --target Which module type sho Clear existing app code by removing JavaScript, HTML, CSS, and other files from your satellite. ``` -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. --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. +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. ``` **Note:** @@ -7478,7 +7478,7 @@ This command removes existing files from the satellite and only affects the app Upgrade a module to a new version. ``` -Usage: juno upgrade [options]Options: -t, --target Which module type should be upgraded? Valid targets are satellite, mission-control or orbiter. -s, --src A path to a specific local gzipped WASM file to publish. --clear-chunks Clear any previously uploaded WASM chunks (applies if the WASM size is greater than 2MB). --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. --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.Notes:- Resetting a mission control is not possible.- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. +Usage: juno upgrade [options]Options: -t, --target Which module type should be upgraded? Valid targets are satellite, mission-control or orbiter. -s, --src A path to a specific local gzipped WASM file to publish. --clear-chunks Clear any previously uploaded WASM chunks (applies if the WASM size is greater than 2MB). --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.Notes:- Resetting a mission control is not possible.- Targets can be shortened to s for satellite, m for mission-control and o for orbiter. ``` **Important:** @@ -7585,7 +7585,7 @@ Usage: juno functions eject [options]Options: -l, --lang Specify the Publish a new version of your serverless functions. ``` -Usage: juno functions publish [options]Options: --no-apply Submit the release as a change but do not apply it yet. -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. --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.Notes:- The option --keep-staged only applies when --no-apply is NOT used (i.e. the change is applied immediately). +Usage: juno functions publish [options]Options: --no-apply Submit the release as a change but do not apply it yet. -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.Notes:- The option --keep-staged only applies when --no-apply is NOT used (i.e. the change is applied immediately). ``` --- @@ -7611,7 +7611,7 @@ Additional commands for managing and interacting with the CLI environment. Open your satellite in your browser. ``` -Usage: juno open [options]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. --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. +Usage: juno open [options]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. ``` --- @@ -7621,7 +7621,7 @@ Usage: juno open [options]Options: -b, --browser A particular browser t Check the version of the modules and CLI. ``` -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. --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. +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. ``` --- @@ -7631,7 +7631,7 @@ Usage: juno init [options]Options: -c, --cli Check only the version Display your current profile, access key, and links to your satellite. ``` -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. --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. +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. ``` --- diff --git a/docs/reference/cli/clear.md b/docs/reference/cli/clear.md index 315d26fc..3031b449 100644 --- a/docs/reference/cli/clear.md +++ b/docs/reference/cli/clear.md @@ -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. diff --git a/docs/reference/cli/config.md b/docs/reference/cli/config.md index 9ba24bdd..6fe7789c 100644 --- a/docs/reference/cli/config.md +++ b/docs/reference/cli/config.md @@ -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. diff --git a/docs/reference/cli/deploy.md b/docs/reference/cli/deploy.md index 5836241a..6d2cda6f 100644 --- a/docs/reference/cli/deploy.md +++ b/docs/reference/cli/deploy.md @@ -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. diff --git a/docs/reference/cli/functions-publish.md b/docs/reference/cli/functions-publish.md index ecf5a247..2a6412b5 100644 --- a/docs/reference/cli/functions-publish.md +++ b/docs/reference/cli/functions-publish.md @@ -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. diff --git a/docs/reference/cli/init.md b/docs/reference/cli/init.md index 48ccf9e8..ea8e4c27 100644 --- a/docs/reference/cli/init.md +++ b/docs/reference/cli/init.md @@ -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. diff --git a/docs/reference/cli/login.md b/docs/reference/cli/login.md index ccdb2076..e06bf655 100644 --- a/docs/reference/cli/login.md +++ b/docs/reference/cli/login.md @@ -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. ``` diff --git a/docs/reference/cli/open.md b/docs/reference/cli/open.md index 98f26309..66253f6b 100644 --- a/docs/reference/cli/open.md +++ b/docs/reference/cli/open.md @@ -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. diff --git a/docs/reference/cli/snapshot.md b/docs/reference/cli/snapshot.md index 322eb7e2..f109c28a 100644 --- a/docs/reference/cli/snapshot.md +++ b/docs/reference/cli/snapshot.md @@ -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. diff --git a/docs/reference/cli/start.md b/docs/reference/cli/start.md index a70e5e73..ef5ed37c 100644 --- a/docs/reference/cli/start.md +++ b/docs/reference/cli/start.md @@ -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. diff --git a/docs/reference/cli/stop.md b/docs/reference/cli/stop.md index 1442ee34..ab8e64a2 100644 --- a/docs/reference/cli/stop.md +++ b/docs/reference/cli/stop.md @@ -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. diff --git a/docs/reference/cli/upgrade.md b/docs/reference/cli/upgrade.md index 70af2dd1..ae712d07 100644 --- a/docs/reference/cli/upgrade.md +++ b/docs/reference/cli/upgrade.md @@ -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. diff --git a/docs/reference/cli/version.md b/docs/reference/cli/version.md index ee56fb18..490dcda1 100644 --- a/docs/reference/cli/version.md +++ b/docs/reference/cli/version.md @@ -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. diff --git a/docs/reference/cli/whoami.md b/docs/reference/cli/whoami.md index e46e85ff..d7265fdb 100644 --- a/docs/reference/cli/whoami.md +++ b/docs/reference/cli/whoami.md @@ -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. ```