Inspired by pdm info,
it would be useful to have a venvstacks info subcommand that reported:
venvstacks, uv, and pbs-installer versions (just uv if #11 is implemented)
location of venvstacks.toml
default location of various folders (build, artifact output & metadata, export output & metadata)
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).
Inspired by
pdm info
, it would be useful to have avenvstacks info
subcommand that reported:venvstacks
,uv
, andpbs-installer
versions (justuv
if #11 is implemented)venvstacks.toml
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).