Please add a feature to inspect the contents of available environments.
I have many environments for different applications and sometimes for different versions of the same application. I would like to have a quick way to check / search the installed packages
of an environment.
One usage example is when I suspect that an issue in my code is related to the version of a package in my code. I would like to be able to:
- Quickly check what version of the package is installed in the current environment.
- search for a compatible environment, possibly built for a different application, that has a newer/older version of the relevant package so that I can test the code with a different version of that package without having to build a new environment (or modify the current one).
Please add a feature to inspect the contents of available environments.
I have many environments for different applications and sometimes for different versions of the same application. I would like to have a quick way to check / search the installed packages
of an environment.
One usage example is when I suspect that an issue in my code is related to the version of a package in my code. I would like to be able to: