cache:status
Show all feature entries — pinned snapshots in the cache and editable features at the workspace root.
Usage
splent cache:status
Example output
Feature cache — 7 feature(s), 8 total entries:
splent_io/splent_feature_auth
└── @v1.2.7 (pinned)
splent_io/splent_feature_profile
├── @v1.2.7 (pinned)
└── editable (workspace root)
splent_io/splent_feature_redis
└── @v1.2.7 (pinned)
Description
Reads both .splent_cache/features/ (pinned snapshots) and the workspace root (editable features matching splent_feature_*). Entries are grouped under their base feature name and labelled:
@version (pinned)— read-only versioned snapshot in the cacheeditable (workspace root)— writable development copy at the workspace rooteditable (cache)— legacy editable copy in the cache (from older workflow)
Useful as a quick overview before running cache:prune, cache:clear, or cache:outdated.