Expand description
Per-subcommand implementations. Each builds a request from clap args, calls into the SDK, and emits a response envelope.
Modules§
- capabilities
afhttp capabilitiessubcommand.- cdp
afhttp cdpsubcommand. Raw CDP method invocation.- container
afhttp containersubcommand. 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 toafhttp host(the in-container browser process). It embeds the canonicalcontainer/docker/ Dockerfileand by default selects itsdownloaderstage, which pulls the matching prebuilt release (version hard-pinned to this binary) — so a brew-only user needs no source tree.--from-sourceinstead selects thebuilderstage to compile from a checkout. See docs/deployment.md.- fetch
afhttp fetchsubcommand.- health
afhttp healthsubcommand.- host
afhttp hostsubcommand. BuildsHostArgsfrom clap and forwards tocrate::host::bootstrap::run.- profile
afhttp profilesubcommand. Local profile lifecycle.- skill
afhttp skillsubcommand. Installs/uninstalls/reports status of the embedded Agent Skill across Codex, Claude Code, and opencode via the sharedagent_first_data::skilladmin.- tabs
afhttp tabs— list and close CDP targets.- takeover
afhttp takeoverworkflows. These commands prepare a browser tab and print the URL a human should open for manual login/captcha/2FA handling.- ui
afhttp uisubcommand. Prints the ops panel URL for an endpoint.- upload
afhttp uploadsubcommand — inject a local file into an<input type=file>using the privileged CDPDOM.setFileInputFilesprimitive.