Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add init subcommand #13

Open
ncoghlan opened this issue Sep 10, 2024 · 1 comment
Open

Add init subcommand #13

ncoghlan opened this issue Sep 10, 2024 · 1 comment
Labels
Affects: Command Line Affects the command line interface Affects: Python API Affects the public Python API of the project Category: Enhancement New feature or request

Comments

@ncoghlan
Copy link
Collaborator

ncoghlan commented Sep 10, 2024

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 or jinja2 as a dependency - it could just use regular string formatting on a minimal template file.

@ncoghlan ncoghlan added the Category: Enhancement New feature or request label Sep 10, 2024
@ncoghlan ncoghlan changed the title Add new init subcommand Add init subcommand Oct 18, 2024
@ncoghlan
Copy link
Collaborator Author

ncoghlan commented Oct 18, 2024

The workaround in the meantime is to use tests/sample_projects/venvstacks.toml as a starting point for writing a new stack definition.

@ncoghlan ncoghlan transferred this issue from another repository Oct 18, 2024
@ncoghlan ncoghlan added Affects: Python API Affects the public Python API of the project Affects: Command Line Affects the command line interface labels Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Affects: Command Line Affects the command line interface Affects: Python API Affects the public Python API of the project Category: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant