cache:outdated

Show products that are using an older feature version than the latest one available in the local cache.


Usage

splent cache:outdated

Example output

Outdated features (2):

  sample_splent_app  splent_feature_redis  v1.0.0 → v1.2.7
  sample_splent_app  splent_feature_auth   v1.0.0 → v1.2.7
    also cached: v1.0.5

Description

Compares the version declared by each product in [tool.splent].features against all versioned snapshots available in .splent_cache/features/. If a newer version exists locally, the product is listed as outdated.

Version comparison uses semantic versioning (v prefix is stripped before comparing). If a version string cannot be parsed as semver, equality comparison is used as a fallback.

Products that reference a feature in editable mode (no version) are also shown, since versioned snapshots already exist in cache.

This command is read-only. To update a product’s feature version, use feature:attach.


Back to top

splent. Distributed by an LGPL license v3. Contact us: drorganvidez@us.es