Schema
{
"properties": {
"verbose": {
"type": "boolean",
"description": "Enables extra console text output.",
"synopsis": [
"--verbose"
]
},
"quiet": {
"type": "boolean",
"description": "Disables all non-error console text output.",
"synopsis": [
"--quiet"
]
},
"abort-on-load-issues": {
"type": "boolean",
"description": "Aborts the operation if a project load issue is detected. All logged project load issues are printed to screen.",
"synopsis": [
"--abort-on-load-issues"
]
},
"no-source-control": {
"type": "boolean",
"description": "Skip automatic checkout (if supported by project's source control plugin) of migrated files from source control.",
"synopsis": [
"--no-source-control"
]
}
}
}