Skip to content

Commit 8c87dc7

Browse files
docs: development is a reserved keyword / mode for working with the emulator (#517)
* docs: development is a reserved keyword / mode for working with the emulator Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> * 📄 Update LLMs.txt snapshot for PR review --------- Signed-off-by: David Dal Busco <david.dalbusco@outlook.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 10e02a3 commit 8c87dc7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.llms-snapshots/llms-full.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7912,6 +7912,10 @@ juno login --mode developmentjuno deploy --mode staging
79127912

79137913
The value for `--mode` can be any string. If omitted, it defaults to production.
79147914

7915+
**Important:**
7916+
7917+
The `development` value is reserved. When you use `--mode development`, the tooling automatically understands that you are working with the local emulator.
7918+
79157919
---
79167920

79177921
### Profile

docs/reference/cli.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,12 @@ juno deploy --mode staging
321321

322322
The value for `--mode` can be any string. If omitted, it defaults to production.
323323

324+
:::important
325+
326+
The `development` value is reserved. When you use `--mode development`, the tooling automatically understands that you are working with the local emulator.
327+
328+
:::
329+
324330
---
325331

326332
### Profile

0 commit comments

Comments
 (0)