data and metadata inventory stuff

This commit is contained in:
2026-07-21 15:00:54 -06:00
parent 4a40e6c765
commit 640165649d
4 changed files with 189 additions and 2 deletions
+9
View File
@@ -19,6 +19,15 @@
},
"problemMatcher": []
},
{
"label": "Countydata: inventory metadata safely",
"type": "shell",
"command": "set -a; source .env; set +a; .venv/bin/python scripts/inventory_metadata.py",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": []
},
{
"label": "Utah Vehicle Health: run Python tests",
"type": "shell",