It would be useful to be able to transfer environments and their histories between conda-store deployments. To do this, we'd first need to design a serialization format for conda environments that captures both the environment specification, the resulting lockfile, and the environment history.
Note that this is not needed for #949 because that issue can be solved by simply exporting the entire conda-store database, but if this issue were resolved we could make use of it for that purpose as well.
Feature description
It would be useful to be able to transfer environments and their histories between conda-store deployments. To do this, we'd first need to design a serialization format for conda environments that captures both the environment specification, the resulting lockfile, and the environment history.
Note that this is not needed for #949 because that issue can be solved by simply exporting the entire conda-store database, but if this issue were resolved we could make use of it for that purpose as well.
Value and/or benefit
Sharing environments between deployments!
Anything else?
No response