sandboxcmd

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

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

func Run

func Run(cx *clienv.Cmd, c *spec.Command, cmd *cobra.Command, args []string) error

Run is the thin dispatch for the `sandbox` builtin group.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL