{
  "remote build": {
    "order": 24,
    "category": "project",
    "frameworkSupport": {
      "cordova": true,
      "capacitor": false,
      "react-native": true
    },
    "description": "build a project on Monaca Cloud",
    "longDescription": [
      "Build the project on Monaca Cloud."
    ],
    "usage": [
      "monaca remote build <platform>"
    ],
    "options": [
      [
        "platform",
        "Should be one of - ios, android, pwa, and electron (electron_windows, electron_macos, electron_linux)"
      ],
      [
        "--build-type",
        "Should be one of - debug (for iOS, Android, and Electron. It is default option.),"
      ],
      [
        "",
        "simulator, adhoc (for iOS only)"
      ],
      [
        "",
        "debugger, inapp_updater (for iOS and Android)"
      ],
      [
        "",
        "and release (for iOS, Android, PWA and Electron Apps)"
      ],
      [
        "--output",
        "The path in which the built file will be stored (specify also the filename)"
      ],
      [
        "--android_webview",
        "If platform is android. Should be one of - default, crosswalk"
      ],
      [
        "--android_arch",
        "Required if --android_webview is crosswalk. Should be one of - x86, arm"
      ],
      [
        "--browser",
        "Open build process in browser."
      ],
      [
        "--build-list",
        "Display all the available remote builds and allow their download"
      ],
      [
        "--skipUpload",
        "DO NOT upload local file changes to cloud"
      ],
      [
        "--skipTranspile",
        "DO NOT transpile/build project before uploading"
      ]
    ],
    "examples": [
      "monaca remote build ios",
      "monaca remote build ios --build-type=debug",
      "monaca remote build android --build-type=debug --android_webview=crosswalk --android_arch=arm",
      "monaca remote build pwa --build-type=release",
      "monaca remote build electron_windows",
      "monaca remote build electron_macos",
      "monaca remote build electron_linux",
      "monaca remote build --browser",
      "monaca remote build --build-list",
      "monaca remote build android --skipUpload",
      "monaca remote build --browser --skipTranspile"
    ]
  },
  "remote config": {
    "order": 25,
    "category": "project",
    "frameworkSupport": {
      "cordova": true,
      "capacitor": false,
      "react-native": true
    },
    "description": "open the project configuration on Monaca Cloud",
    "longDescription": [
      "Open the project configuration on Monaca Cloud.",
      "Once the configuration has been performed, execute `monaca download` to get the changes locally."
    ],
    "usage": [
      "monaca remote config"
    ],
    "options": [
      [
        "--skipUpload",
        "DO NOT upload local file changes to cloud"
      ],
      [
        "--skipTranspile",
        "DO NOT transpile/build project before uploading"
      ]
    ],
    "examples": [
      "monaca remote config",
      "monaca remote config --noUpload",
      "monaca remote config --skipTranspile",
      "monaca download"
    ]
  }
}
