pipe cache
Synopsis
pipe cache listpipe cache clear [step-id]Description
Manage cached step results stored in ~/.pipe/cache/.
Subcommands
pipe cache list
Shows all cache entries in a table:
| Column | Description |
|---|---|
| STEP | Step ID |
| CACHED AT | When the entry was cached |
| EXPIRES AT | When the entry expires (or “never”) |
| TYPE | Run 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
# List all cached entriespipe cache list
# Clear all entriespipe cache clear
# Clear a specific step's cachepipe cache clear sso-login