lmstudio-ai / venvstacks

Virtual environment stacks for Python
https://lmstudio-ai.github.io/venvstacks/
MIT License
1 stars 0 forks source link

Add an `info` subcommand #56

Open ncoghlan opened 1 day ago

ncoghlan commented 1 day ago

Inspired by pdm info, it would be useful to have a venvstacks info subcommand that reported:

And a --stacks option that dumped the layer information read from the stack specification and the environment lock files (essentially the same metadata that would be emitted for exported environments, but account for the fact the environments may not have been locked yet).