agent executions fetch
ddx agent executions fetch
Pull a mirrored execution bundle back to .ddx/executions/
Synopsis
fetch retrieves a previously mirrored bundle from the configured execution
mirror and writes it back to .ddx/executions/
The mirror entry is resolved from .ddx/executions/mirror-index.jsonl. The
bundle is rehydrated under the project’s .ddx/executions/
ddx agent executions fetch <attempt-id> [flags]Options
--dest string Destination directory (default: .ddx/executions/<attempt-id>/)
-h, --help help for fetch
--json Output result as JSON
--project string Project root (default: CWD git root). Env: DDX_PROJECT_ROOTOptions inherited from parent commands
--config string config file (default is $HOME/.ddx.yml)
--library-base-path string override path for DDx library location
-v, --verbose verbose outputSEE ALSO
- ddx agent executions - Manage execute-bead execution bundles (.ddx/executions/)