grafos artifacts
List + download server-persisted tasklet output artifacts for a run, with SHA-256 verification.
grafos artifacts
Download and verify artifacts for one run
Usage: grafos artifacts [OPTIONS] <RUN_ID>
Arguments: <RUN_ID> The run id whose artifacts should be downloaded
Options: --fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=] --out <OUT> Output directory. Defaults to `.grafos/artifacts/<run-id>` --scheduler <SCHEDULER> Orchestrator URL. Falls back to `GRAFOS_SCHEDULER`, then to the Tenura-hosted credentials when that context applies [env: GRAFOS_SCHEDULER=] --bearer <BEARER> FabricAdmin bearer token (alternative to --cert/--key/--ca when the orchestrator is in mtls+token / token mode) [env: GRAFOS_BEARER=] --wide Show additional columns in table output --cert <CERT> Client certificate (PEM) for mTLS to the orchestrator [env: GRAFOS_CERT=] --no-color Disable color output --key <KEY> Client private key (PEM) matching --cert [env: GRAFOS_KEY=] --pool <POOL> Pool name (default: "default") [default: default] --ca <CA> CA bundle (PEM) used to verify the orchestrator's TLS cert [env: GRAFOS_CA=] --json -h, --help Print help -V, --version Print version