kurt-code/Properties File Action
Perform read and write operations on properties files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | The path to the properties file. | yes | — |
| keys | Comma-separated list of keys to read or write. | no | — |
| operation | determines the operation to perform. Can be either read or write. | yes | read |
| key-value-pairs | JSON key value pairs to write to file. e.g. {"key1": "val1", "key2": "val2"} | no | — |
Outputs
no outputs