Manifest¶
manifest
¶
manifest.py — Load and save the v1 registry and per-project crux.json files.
load_registry
¶
Load the v1 registry from path.
If path is None, uses the canonical registry_path() location.
When the file does not exist an empty registry is created on disk and returned.
Source code in src/crux_cli/manifest.py
save_registry
¶
load_crux_json
¶
Load a project's crux.json, returning None if it doesn't exist.