Skip to content

Commit

Permalink
CLI: Remove the deprecated verdi database command (#6460)
Browse files Browse the repository at this point in the history
This was deprecated in `v2.0` and had been slated to be removed ever
since `v2.1`.
  • Loading branch information
sphuber authored Jun 6, 2024
1 parent ab48a4f commit 3dbde9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 154 deletions.
23 changes: 0 additions & 23 deletions docs/source/reference/command_line.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,29 +179,6 @@ Below is a list with all available subcommands.
--help Show this message and exit.
.. _reference:command-line:verdi-database:

``verdi database``
------------------

.. code:: console
Usage: [OPTIONS] COMMAND [ARGS]...
Inspect and manage the database.
.. deprecated:: v2.0.0
Options:
--help Show this message and exit.
Commands:
integrity Check the integrity of the database and fix potential issues.
migrate Migrate the database to the latest schema version.
summary Summarise the entities in the database.
version Show the version of the database.
.. _reference:command-line:verdi-devel:

``verdi devel``
Expand Down
1 change: 0 additions & 1 deletion src/aiida/cmdline/commands/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
cmd_config,
cmd_daemon,
cmd_data,
cmd_database,
cmd_devel,
cmd_group,
cmd_help,
Expand Down
130 changes: 0 additions & 130 deletions src/aiida/cmdline/commands/cmd_database.py

This file was deleted.

0 comments on commit 3dbde9e

Please sign in to comment.