What problem does it solve?
Automates the first step of building a Yida low-code application by creating a new app in the correct organization context and returning the platform-assigned appType identifier needed for downstream automation and deployment.
Core Features & Use Cases
- Safe App Creation: Ensures the current corpId/login is confirmed before creating an app and prevents creating duplicate apps with the same name.
- Deterministic Output: Extracts the appType from the command JSON response and persists it to the project cache for later steps (pages, forms, publish).
- Use Case: When a user asks to "create an app" for a new system, run the CLI, validate org context, record the returned appType to .cache/<project>-schema.json, and hand off to page/form creation skills.
Quick Start
Run the OpenYida CLI to create a new application, confirm the organization, and persist the returned appType into .cache/<project>-schema.json for subsequent automation.