👌 IMPROVE: Allow aiida-project destroy
to only remove environment
#6
Labels
type/improve
Improve an existing feature.
aiida-project destroy
to only remove environment
#6
Often in a development project, I want to nuke the Python environment so I can rebuild it from scratch without losing anything else from the the project. One way would be to have an option to only destroy the environment, e.g.
Or
--environment
, sincedestroy
command should be used with care anyways. Alternatively, we can also haveaiida-project create
complain if the environment already exists, but prompt to have it overridden.The text was updated successfully, but these errors were encountered: