/mod-factory-user-data

This repository contains the initial user data

Primary LanguageShell

mod-factory-user-data

This repository contains the initial user data shipped on new devices.

How to use

The script factory-user-data should be used to deploy/retrieve the user data to/from MOD. It will automatically commit, pull and push the changes. Note that the deploy command will delete all your user data.

To use the script, execute it according the following sintax.

factory-user-data <platform> <action>

To check the possible values for platform and action run factory-user-data without arguments.

Below is the workflow:

  1. run ./factory-user-data modduo deploy
  2. create/edit the pedalboards and banks using the GUI
  3. run ./factory-user-data modduo retrieve

The script does not solve conflicts, in this case you'll have to fix them manually. You will be warned in case of conflict.

If you are a MOD Team member and have write permission to this repository make sure to have a fresh MOD installation (factory deploy) before running the retrieve command.