From 3b331626b25afc50cd0749b9d13db78372aaa780 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Thu, 14 Aug 2025 20:53:15 +0200 Subject: [PATCH 1/2] chore: release v3.3.0 Signed-off-by: David Dal Busco --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c1cf9c0..fc225104 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@junobuild/docs", - "version": "3.2.0", + "version": "3.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@junobuild/docs", - "version": "3.2.0", + "version": "3.3.0", "license": "AGPL-3.0-or-later", "dependencies": { "@docusaurus/core": "^3.8.1", diff --git a/package.json b/package.json index 884e09a9..22136740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@junobuild/docs", - "version": "3.2.0", + "version": "3.3.0", "private": true, "author": "David Dal Busco ", "license": "AGPL-3.0-or-later", From 6c4a84683b08c4de2ef991d86f5a890a9cef085b Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 18:54:55 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=93=84=20Update=20LLMs.txt=20snapshot?= =?UTF-8?q?=20for=20PR=20review?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .llms-snapshots/llms-full.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 48c04424..b8ec84cb 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7533,7 +7533,7 @@ Read more about the [configuration](/docs/reference/configuration.md). Deploy your app to your satellite. ``` -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). +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. -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). ``` --- @@ -7543,7 +7543,7 @@ Usage: juno deploy [options]Options: --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. -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. +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. --console-url Specify a custom URL to access the developer Console. -h, --help Output usage information. ``` --- @@ -7747,20 +7747,20 @@ Usage: juno open [options]Options: -b, --browser A particular browser t ### Status -Check the version of the modules and CLI. +Check the status of the modules. ``` -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. +Usage: juno status [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. ``` --- ### Version -Check the version of the modules and CLI. +Check the version of the 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. -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. +Usage: juno version [options]Options: -h, --help Output usage information. ``` ---