View Source mix arke.export_data (Arke v0.3.2)

Export data from a given project in the database and save them in json file.

examples

Examples

$ mix arke.export_data --project my_project1 --p myproject2
$ mix arke.export_data --project my_project --all
$ mix arke.export_data --project my_project --arke

command-line-options

Command line options

  • --project - The id of the project used to export data.
  • --all - Export all arkes,groups and parameters
  • --arke - Export only the arkes
  • --group - Export only the groups
  • --parameter - Export only the parameters
  • --split_file - Write different files for arkes,groups,parameters and links
  • --persistence - The persistence to use. One of:

Link to this section Summary

Link to this section Functions