You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue stems from https://github.com/inveniosoftware/invenio-cli potentially re-running invenio db destroy multiple times under the covers and not wanting to throw an exception when the DB is already destroyed.
Like Ansible, invenio-cli's goal (and by extension this cli commands' goal) is to get to a state rather than perform a certain action.