> ## Documentation Index
> Fetch the complete documentation index at: https://site.aspect.build/llms.txt
> Use this file to discover all available pages before exploring further.

# aspect ci runner-metadata

> Print the Aspect Workflows runner metadata table: cloud, region and instance, cache and storage paths, warming status, and the bootstrap-logs command.

`aspect ci runner-metadata` prints the Aspect Workflows runner metadata table without starting a build. It's the same table every task prints during its setup phase.

```shell theme={null}
aspect ci runner-metadata
```

The table shows:

* The cloud, region and instance the job is running on.
* The runner's cache and storage paths.
* The warming status.
* The command that fetches the runner's cloud bootstrap logs.

Off a Workflows runner there's no metadata to show, so it prints a line saying so and exits 0. The command takes no options.

## Related

* [`aspect ci runner-health-check`](/docs/cli/tasks/ci_runner_health_check): run the runner health check.
* [`aspect ci warming`](/docs/cli/tasks/ci_warming): fill the runner's caches.
