aiaccel.config.collect_git_status_from_config#
- aiaccel.config.collect_git_status_from_config(config: DictConfig | ListConfig) list[PackageGitStatus] [source]#
Collects the Git status of packages specified in the given configuration.
- Parameters:
config (DictConfig | ListConfig) – The configuration containing package references.
- Returns:
- A list of PackageGitStatus objects representing
the Git status of the detected packages.
- Return type:
list[PackageGitStatus]