You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`hcl2/query/safe_eval.py`| AST-validated Python expression eval for hybrid/eval modes |
41
+
|`hcl2/query/introspect.py`|`--describe` and `--schema` output generation |
31
42
32
43
`hcl2/__main__.py` is a thin wrapper that imports `cli.hcl_to_json:main`.
33
44
@@ -141,4 +152,4 @@ Hooks are defined in `.pre-commit-config.yaml` (includes black, mypy, pylint, an
141
152
142
153
## Keeping Docs Current
143
154
144
-
Update this file when architecture, modules, API surface, or testing conventions change. Also update `README.md` and `docs/usage.md` when changes affect the public API, CLI flags, or option fields.
155
+
Update this file when architecture, modules, API surface, or testing conventions change. Also update `README.md` and the docs in `docs/` (`01_getting_started.md`, `02_querying.md`, `03_advanced_api.md`, `04_hq.md`) when changes affect the public API, CLI flags, or option fields.
0 commit comments