This repo holds the updated v3 export commands needed to prepare for a migration to Arches v4. To use these commands in your Arches 3 app,
just download this repo as a zip file, unzip, and place the "management" directory into your v3 app alongside your settings.py
file.
To test that the installation has worked, activate your virtual environment and run python manage.py v3v4 --help
. If you don't get an error,
you have installed these commands correctly.
For full documentation on how to see these commands, head to https://arches.readthedocs.io/en/stable/exporting-v3-data/.