Skip to main content

Module cmd

Module cmd 

Source
Expand description

Per-subcommand implementations. Each takes the argument struct the CLI registry projected for it, calls into the SDK, and emits a response envelope.

Modules§

capabilities
afhttp capabilities subcommand.
cdp
afhttp cdp subcommand. Raw CDP method invocation.
container
afhttp container subcommand. Builds the host image and runs it under Docker, Podman, or Apple Container — one command to stand up a long-lived afhttp host locally, the orchestration counterpart to afhttp host (the in-container browser process). It embeds the canonical container/docker/ Dockerfile and by default selects its downloader stage, which pulls the matching prebuilt release (version hard-pinned to this binary) — so a brew-only user needs no source tree. --from-source instead selects the builder stage to compile from a checkout. See docs/deployment.md.
fetch
afhttp fetch subcommand.
health
afhttp health subcommand.
host
afhttp host subcommand. Builds HostArgs from the resolved invocation and forwards to crate::host::bootstrap::run.
panel
afhttp panel subcommand. Prints a short-lived takeover URL for an endpoint.
profile
afhttp profile subcommand. Local profile lifecycle.
skill
afhttp skill subcommand. Installs/uninstalls/reports status of the embedded Agent Skill across Codex, Claude Code, opencode, and Hermes via the shared agent_first_data::skill admin.
tabs
afhttp tabs — list and close CDP targets.
upload
afhttp upload subcommand — inject a local file into an <input type=file> using the privileged CDP DOM.setFileInputFiles primitive.