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
4 changes: 4 additions & 0 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions docs/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down