Documentation
¶
Overview ¶
Package cmd is the `mdev` command tree, one file per verb:
- `mdev daemon` (daemon.go) — the host control plane: reverse proxy + MCP + tunnel acceptor + controller.
- `mdev up` (up.go) — the host-side sandbox orchestrator; foreground, Ctrl+C tears the sandbox down.
- `mdev supervisor` (supervisor.go) — the in-sandbox entrypoint; internal, exec'd by `mdev up` inside the sandbox's main container.
main.go calls Execute() and does nothing else.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.