cache:versions
List all cached entries (editable and versioned snapshots) for a specific feature.
Usage
splent cache:versions <feature_name>
| Argument | Description |
|---|---|
<feature_name> |
Feature to inspect, in namespace/feature_name format (e.g. splent_io/splent_feature_auth). |
Example
splent cache:versions splent_io/splent_feature_auth
Output:
Cache entries for splent_io/splent_feature_auth:
- editable (no version)
- @v1.0.0
- @v1.2.7
Description
Looks inside .splent_cache/features/<namespace>/ for all directories matching the given feature name, both with and without a version suffix. Reports what is available locally without contacting any remote source.