Open ncoghlan opened 1 month ago
Writing venvstacks.toml from scratch is annoying, so it would be useful if there was a command that emitted a basic skeleton for subsequent editing.
venvstacks.toml
This probably wouldn't even need tomlkit or jinja2 as a dependency - it could just use regular string formatting on a minimal template file.
tomlkit
jinja2
The workaround in the meantime is to use test/sample_projects/venvstacks.toml as a starting point for writing a new stack definition.
test/sample_projects/venvstacks.toml
Writing
venvstacks.toml
from scratch is annoying, so it would be useful if there was a command that emitted a basic skeleton for subsequent editing.This probably wouldn't even need
tomlkit
orjinja2
as a dependency - it could just use regular string formatting on a minimal template file.