View Source mix arke.export_data (Arke v0.4.0)
Export data from a given project in the database and save them in json file. It exports, by default, all the arkes,groups, parameters and permissions
examples
Examples
$ mix arke.export_data --project my_project1 --p myproject2
$ mix arke.export_data --project my_project --arke
command-line-options
Command line options
--project
- The id of the project used to export data.--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:arke_postgres
- via https://github.com/elixir-ecto/postgrex (Default)