aiidateam / aiida-core

The official repository for the AiiDA code
https://aiida-core.readthedocs.io
Other
414 stars 185 forks source link

Fix: Hide misleading message for `verdi archive create --test-run` #6324

Closed danielhollas closed 3 months ago

danielhollas commented 3 months ago

Fixes #5980. Also fixes #6325, which I discovered along the way.

I've also introduced the --dry-run option to archive create / import commands a more canonical alternative to --test-run, which is only used here. (as suggested by @mbercx in the original issue). I am not sure if we can simply delete the original option or if it needs to be deprecated?