Documentation
¶
Overview ¶
Package sandboxcmd implements the `sandbox …` builtin group: the lifecycle manager for the local Korbit API Sandbox. All sandbox business logic lives in internal/sandbox (+ internal/sandbox/deno); this layer only resolves config from the environment, dispatches, and produces results. The dispatch never writes config.json and the manager only ever pins loopback URLs onto the imported key (the production-config-safety invariants).
Index ¶
Constants ¶
View Source
const RealityReminder = "" /* 160-byte string literal not displayed */
RealityReminder is the standing caveat shown on sandbox start/status: the sandbox is a mock, so passing against it does not prove the same code works in production. Verify against production and start small.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.