Skip to content

Commit

Permalink
Add cache list key example to help
Browse files Browse the repository at this point in the history
  • Loading branch information
williammartin committed Feb 9, 2024
1 parent 662db3c commit b7ffe6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/cache/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Comman
# List caches sorted by least recently accessed
$ gh cache list --sort last_accessed_at --order asc
# List caches with a prefix (or exact match)
$ gh cache list --key key-prefix
`),
Aliases: []string{"ls"},
Args: cobra.NoArgs,
Expand Down

0 comments on commit b7ffe6e

Please sign in to comment.