cssnr/TOML Action
TOML 1.1.0 Action to Parse, Read or Edit Values using JSONPath and set the Results to Outputs or Write to a File.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | TOML File Path | yes | — |
| path | JSONPath to Read or Edit | — | — |
| value | Value to Edit/Update | — | — |
| write | Write Updates to File | — | true |
| output | Write Result to File | — | — |
Outputs
| name | description |
|---|---|
| value | Parsed Value |
| data | JSON Data |
| toml | TOML String |