cnos cache
cnos cache
Use cache when a package anchor points at a remote root such as a git-backed config repo.
cnos cache listcnos cache clearcnos cache clear git+https://github.com/org/config.git#v2.1.0cnos cache refreshcnos cache refresh git+ssh://git@github.com/org/config.git#mainSubcommands:
cache listshows cached remote roots, resolved commits, immutability, and sizecache clearremoves all cached roots or one specific cached rootcache refreshforces a re-fetch for the current remote root or a specific git root URI
Notes:
- immutable refs such as semantic-version tags and commit SHAs stay cached permanently
- mutable refs such as branches are refreshed based on CNOS cache policy
- remote roots are read-only when consumed through CNOS