rmeneely/Get YAML value
Get YAML file values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| infile | The YAML file to be updated | no | values.yaml |
| varlist | Comma separated list of var=value | yes | "" |
| exclude_varname | Exclude the variable name in the returned values. Note the values returned are in the order they are found. | no | false |
Outputs
| name | description |
|---|---|
| values | Returns a comma separated list of found <variable>=<value> values |