Store env vars DUCT_METADATA_* in info.json
Open
extra-metadata
- Dominant language
- Python
- Stars
- 12
- Forks
- 6
- Avg merge
- 11d 11h
- Merged PRs (30d)
- 1
Description
It would be nice let the user capture extra info, ie python version, os, git commit, etc
```export DUCT_META_PYTHON_VERSION="$(python --version)"```
`info.json`
```json
{
"command": "...",
"schema_version": "...",
"metadata": {
"python_version": "Python 3.13.6"
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.