koalaops/Parse Koala Config
⚠️ WIP - NOT IN USE. Parse koala.yaml/json configuration file for services, environments, and build/deploy settings
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Nov 2, 2025
- License
- MIT
Pinned Snippet
uses: koalaops/parse-koala-config@5dfc95d871ea1c4301f545a870746c8178f35961 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| environment | Target environment (optional, for environment-specific resolution) | no | — |
| tag_base | Base tag for services (optional, for tag generation) | no | — |
| config_path | Explicit path to config file (optional, auto-detects if not provided) | no | — |
Outputs
| name | description |
|---|---|
| version | Config schema version |
| services_matrix | GitHub Actions matrix format with resolved service configurations |
| services_list | Simple list of service names |
| env_clusters | Environment to cluster mapping |
| has_multiple_services | Whether this is a multi-service configuration |
| service_count | Number of services defined |
| config_format | Format of the config file (yaml/json) |