gh-cache - Man Page

Manage GitHub Actions caches

Synopsis

gh cache <command> [flags]

Description

Work with GitHub Actions caches.

Available Commands

gh-cache-delete(1)

Delete GitHub Actions caches

gh-cache-list(1)

List GitHub Actions caches

Options

-R, --repo <[HOST/]OWNER/REPO>

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

Exit Codes

0: Successful execution

1: Error

2: Command canceled

4: Authentication required

NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information.

Example

$ gh cache list
$ gh cache delete --all

See Also

gh(1)

Referenced By

gh(1), gh-cache-delete(1), gh-cache-list(1).

Dec 2024 GitHub CLI manual