스키마
{
"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": "프로젝트 로드 이슈가 감지되면 작업을 중단합니다. 로그된 모든 프로젝트 문제가 화면에 출력됩니다.",
"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"
]
}
}
}