overwire cache
Inspects or clears the action source cache used by --docker live runs, with a subcommand for the persisted runner tool cache.
overwire cache [options] [command]Options
Section titled “Options”| Option | Description |
|---|---|
--dir <path> | Cache directory (default ~/.cache/overwire/actions). |
--clear | Remove all entries from the cache directory. |
Subcommands
Section titled “Subcommands”cache tool-cache
Section titled “cache tool-cache”Inspects or manages the persisted RUNNER_TOOL_CACHE directory, where setup-* actions install tool versions that survive across runs. Supports listing, clearing, and evicting individual entries.
overwire cache tool-cacheExamples
Section titled “Examples”# What is cached right now?overwire cache
# Start freshoverwire cache --clearoverwire cache tool-cacheEverything under ~/.cache/overwire/ is rebuildable; clearing caches forces re-fetching but breaks nothing. See Directory layout.
Overwire is not affiliated with, endorsed by, or sponsored by GitHub, Inc., Microsoft Corporation, or Docker, Inc. GitHub and GitHub Actions are trademarks of GitHub, Inc.