From d5b5dff1ad6c61697fd31a158c23c6bb5e92c181 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Tue, 9 Sep 2025 17:16:53 +0200 Subject: [PATCH 1/2] docs: development is a reserved keyword / mode for working with the emulator Signed-off-by: David Dal Busco --- docs/reference/cli.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/reference/cli.mdx b/docs/reference/cli.mdx index 681938f1..ee2addb9 100644 --- a/docs/reference/cli.mdx +++ b/docs/reference/cli.mdx @@ -321,6 +321,12 @@ juno deploy --mode staging The value for `--mode` can be any string. If omitted, it defaults to production. +:::important + +The `development` value is reserved. When you use `--mode development`, the tooling automatically understands that you are working with the local emulator. + +::: + --- ### Profile From aade23798dbb35e3120795807879d4b7771c60b6 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Sep 2025 15:18:42 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.llms-snapshots/llms-full.txt b/.llms-snapshots/llms-full.txt index 7616ff5f..33cc84ed 100644 --- a/.llms-snapshots/llms-full.txt +++ b/.llms-snapshots/llms-full.txt @@ -7912,6 +7912,10 @@ juno login --mode developmentjuno deploy --mode staging The value for `--mode` can be any string. If omitted, it defaults to production. +**Important:** + +The `development` value is reserved. When you use `--mode development`, the tooling automatically understands that you are working with the local emulator. + --- ### Profile