Expand description
Configuration management and policy enforcement.
Functionsยง
- add_
added_ registry - Adds a registry URL to the list of added registries in the user-specific configuration.
- add_
cache_ mirror - Adds a cache mirror URL to the user-specific configuration.
- add_
repo - Adds a repository to the user-specific configuration.
- clone_
git_ repo - Clones a git repository into the local git root.
- get_
all_ repos - Returns a list of all available repositories from the default registry.
- get_
builtin_ authorities - Returns the built-in PGP authorities for the default registry.
- get_
default_ registry - Returns the default registry URL for Zoi.
- interactive_
add_ repo - Prompts the user to interactively add a repository.
- list_
git_ repos - Lists all cloned git repositories.
- read_
config - Loads and merges configuration from system, user, and project-local paths.
- read_
repo_ config - Reads the repository configuration from the specified database path.
- read_
user_ config - Reads the user-specific configuration.
- remove_
added_ registry - Removes an added registry by its handle or URL.
- remove_
cache_ mirror - Removes a cache mirror URL from the user-specific configuration.
- remove_
git_ repo - Removes a cloned git repository.
- remove_
repo - Removes a repository from the user-specific configuration.
- set_
default_ registry - Sets the default registry URL in the user-specific configuration.
- set_
user_ default_ registry - Sets the default registry in the user-specific configuration.
- sync_
remote_ policy - Synchronizes the remote security policy if configured in system
config.yaml. - update_
global_ versions - Updates the global package versions in the user-specific configuration.
- verify_
remote_ file - Verifies a remote file against a set of trusted PGP keys.
- write_
user_ config - Writes the user-specific configuration to disk.