lmstudio-ai / venvstacks

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

Allow setting metadata-dir separately from output-dir #16

Open ncoghlan opened 1 month ago

ncoghlan commented 1 month ago

The current CLI help provides no indication that the metadata for built archives and locally exported environments will be published to <output path>/__venvstacks__/ by default.

Adding a --metadata-dir option will both provide a place to document the default location, and allow the metadata to be placed somewhere else if desired (e.g outside the artifact folder, in a location that makes caching or publishing the manifests separately from the built archives straightforward).