Orion Exporter
Export and import all your Orion data.
It can export all the collections and the dictionary.
When importing it will remove all documents stored.
The ids of the documents will be kept.
Installing
meteor add nicolaslopezj:orion-exporter
By default the tab is not shown, but you can navigate to /export
.
If you wan't to make the tab visible, call:
1Options.set('showExportTab', true);
Security
Orion Exportes uses nicolaslopezj:roles
to secure the import and export. The name of the action is nicolaslopezj.orionExport
.