State Manager API¶
core.engine.state_manager ¶
Functions¶
get_local_state(exporters_dir=EXPORTERS_DIR) ¶
Reads all local manifest.yaml files to build the current desired state.
Source code in core/engine/state_manager.py
get_remote_catalog(catalog_url=DEFAULT_CATALOG_URL) ¶
Fetches the current state of the repository from the deployed catalog.json. Returns a dictionary keyed by exporter name with version info.