🛠️ This documentation is still under construction
Command-line Interface
Version Source Verification

Version source verification

AlphaDB ships with a handy tool to verify if the version source will successfully execute. If the supplied version source contains errors, they will be gathered in a list. The issue list it returns has 3 priorities:

  • LOW: Will work, but will not have any effect on the database.
  • HIGH: Will still work, but might produce a different result than desired.
  • CRITICAL: Will not execute. Could cause data loss.

To verify a version source run the verify command.

alphadb verify

You will be asked to provide a version source.

The version source will be scanned and any errors will be listed.