Export Projects
How It Works
$ npm run start -- export-projects -h
Usage: robosaur export-projects [options] <configFile>
Export all projects based on the given config file
Options:
-u --unzip Unzips the exported projects, only storing the final version accepted by reviewers
-h, --help display help for commandConfiguration
{
...
"export": {
"source": "local",
"prefix": "path/to/export/root",
"teamId": "<TEAM_ID>",
"statusFilter": [],
"format": "JSON_ADVANCED",
"fileTransformerId": null
},
...
}Storage Options
Format
File Transformer ID
Filter
Execution Modes
Stateful Project Export (Default Approach)
Stateless project export
Last updated