Surface cache controls in CLI and defaults #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
title: Surface cache controls in CLI and defaults
description: Provide explicit CLI options/docs for cache usage and ensure sensible defaults, since users report cache never used (likely because
enable_cachedefaults to false and isn't exposed in CLI).current_situation:
DocMachine::Build::Configsetsenable_cachedefault true in code but CLI never exposes a flag to disable/enable; users cannot tell whether caching is active._pull_imagelogic effectively disables cache reuse (see task a95c1b2), but even with fixes we need explicit commands/flags to control behaviour.--helplacks information on caching directories, environment overrides, or how to refresh the cache.expected_outcome:
--cache/--no-cache) clearly toggles caching; help text documentsXDG_CACHE_HOMEusage.technical_details:
DocMachine::Build::Cliand wire them toconfig.enable_cacheor future cache policies.d6a41fc Surface cache controls in CLI and defaultsto Surface cache controls in CLI and defaults