Skip to content

pipe cache

Synopsis

pipe cache list
pipe cache clear [step-id]

Description

Manage cached step results stored in ~/.pipe/cache/.

Subcommands

pipe cache list

Shows all cache entries in a table:

ColumnDescription
STEPStep ID
CACHED ATWhen the entry was cached
EXPIRES ATWhen the entry expires (or “never”)
TYPERun type: single, strings, or subruns

pipe cache clear [step-id]

Without arguments, clears all cache entries. With a step ID, clears only that entry.

Examples

Terminal window
# List all cached entries
pipe cache list
# Clear all entries
pipe cache clear
# Clear a specific step's cache
pipe cache clear sso-login

See also