mdk-manage
Manages MDK projects by building, deploying, validating, migrating, or generating QR codes. Also opens the Mobile App Editor for service metadata creation.
Instructions
Comprehensive MDK project management tool that handles build, deploy, validate, migrate, show QR code, and mobile app editor operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folderRootPath | Yes | The path of the current project root folder. | |
| operation | Yes | The operation to perform on the MDK project. Available operations: • build: Build an MDK project • deploy: Deploy an MDK project to the Mobile Services • validate: Validate an MDK project • migrate: Migrate an MDK project to the latest MDK version • show-qrcode: Show QR code for an MDK project • open-mobile-app-editor: Instruct how to open the Mobile App Editor to create .service.metadata file | |
| externals | No | Optional: Array of external package names to include in the deployment (e.g., ['@nativescript/geolocation']). Defaults to empty array if not specified. |