docs: drop removed config cache subcommands + cache_ttl_hours field#136
Merged
Conversation
MON-5371 removed the user-configurable cache TTL — the TTL is now
hard-coded per resource per working-with-state.md §4.4, the
`cache_ttl_hours` config field is gone, and the
`gro config cache {show,clear,ttl}` subcommands are gone. README
still documented the subcommands as if they existed; contributor
guide still listed `cache_ttl_hours` as a current field. Updated
both to match shipped reality, with one historical mention each
documenting the removal so users with older `config.yml` files
understand the field is ignored.
Also widened the config-dir reference in the contributor guide to
OS-native via cli-common/statedir (the post-MON-5371 layout).
Doc-only; CI path filter excludes README/contributor guide from
release triggers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MON-5371 removed the user-configurable cache TTL — the TTL is now hard-coded per resource per cli-common's working-with-state.md §4.4, the
cache_ttl_hoursconfig field is gone, and thegro config cache {show,clear,ttl}subcommands are gone. README still documented the subcommands as if they existed; contributor guide still listedcache_ttl_hoursas a current field. Updated both to match shipped reality, with one historical mention each documenting the removal so users with olderconfig.ymlfiles understand the field is ignored.Also widened the config-dir reference in the contributor guide to OS-native via cli-common/statedir (the post-MON-5371 layout).
Doc-only; CI path filter excludes README from release triggers.