grafos logs
Print stdout/stderr-equivalent output from a finalized run.
grafos logs
Print tasklet output/logs for one run
Usage: grafos logs [OPTIONS] <RUN_ID>
Arguments: <RUN_ID> The run id whose tasklet output/log artifact should be printed
Options: --fabric <FABRIC> Fabric address (host:port). Overrides GRAFOS_FABRIC env var [env: GRAFOS_FABRIC=] --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=] --cert <CERT> Client certificate (PEM) for mTLS to the orchestrator [env: GRAFOS_CERT=] --wide Show additional columns in table output --key <KEY> Client private key (PEM) matching --cert [env: GRAFOS_KEY=] --no-color Disable color output --ca <CA> CA bundle (PEM) used to verify the orchestrator's TLS cert [env: GRAFOS_CA=] --pool <POOL> Pool name (default: "default") [default: default] --json -h, --help Print help -V, --version Print version