flxbl-io/Fetch Environments
Fetches environments from SFP Server with filtering support
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sfp-server-url | URL to the SFP Server instance (e.g., https://sfp.example.com) | yes | — |
| sfp-server-token | Token for SFP Server authentication | yes | — |
| repository | Repository identifier (owner/repo) - defaults to current repository from GITHUB_REPOSITORY | no | "" |
| filter | Filter string for environment selection. Example: type:release,metadata:testrun=true | no | "" |
Outputs
| name | description |
|---|---|
| allEnvs | Comma-separated list of environment names |
| allEnvsAsJSON | JSON array of all matching environment names for matrix builds |
| count | Number of environments found |