con / con/duct

Store env vars DUCT_METADATA_* in info.json

Open
#297 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.