Scroll to navigation

GH-CACHE(1) GitHub CLI manual GH-CACHE(1)

NAME

gh-cache - Manage Github Actions caches

SYNOPSIS

gh cache <command> [flags]

DESCRIPTION

Work with Github Actions caches.

AVAILABLE COMMANDS

Delete Github Actions caches

List Github Actions caches

OPTIONS

Select another repository using the [HOST/]OWNER/REPO format

EXAMPLE

$ gh cache list
$ gh cache delete --all

SEE ALSO

gh(1)

Jan 2025