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

Make pyproject bootstrap a separate command #5

Open
bswck opened this issue Jul 30, 2024 · 1 comment
Open

Make pyproject bootstrap a separate command #5

bswck opened this issue Jul 30, 2024 · 1 comment

Comments

@bswck
Copy link
Member

bswck commented Jul 30, 2024

It would be very useful to triage what pyproject.toml is produced and allow maximum composability.
The install command essentially produces the pyproject.toml temporarily to just run a command with it.
However, I'd like to inspect the produced pyproject.toml to facilitate development & debugging.

@jaraco do you see this as worth implementing? I'll do it by hand.

@bswck
Copy link
Member Author

bswck commented Jul 30, 2024

I'm seeing it as a twofold command similar to those in git (like git rebase+git rebase --continue).

Imagine this:

coh bootstrap .  # produced the bootstrap files
<arbitrary commands>
coh bootstrap --clean .  # or any fitting naming

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant