Run anything a shell can.
Execute commands through the CLI or HTTP API, with output and exit codes ready for your automation. --json and redirected stdio never open an interactive shell, so scripts stay scripts.
❯ ahvm exec dev -- ahvm-dev npm test ❯ ahvm exec dev -- ahvm-dev git status ❯ ahvm create ci-01 --json # never opens a shell