Skip to main content

Module cmd

Module cmd 

Source
Expand description

Per-subcommand implementations. Each builds a request from clap args, 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 clap and forwards to crate::host::bootstrap::run.
profile
afhttp profile subcommand. Local profile lifecycle.
skill
afhttp skill subcommand. Installs/uninstalls/reports status of the embedded Agent Skill across Codex, Claude Code, and opencode via the shared agent_first_data::skill admin.
tabs
afhttp tabs — list and close CDP targets.
ui
afhttp ui subcommand. Prints the ops panel URL for an endpoint.
upload
afhttp upload subcommand — inject a local file into an <input type=file> using the privileged CDP DOM.setFileInputFiles primitive.