Newapp-sdk
@revenexx/app-sdk-cli@0.2.0
Minor Changes
- Add
appsdk emit-capabilities: generate manifest CRUD capability stubs + titled entity object schemas fromschema.json, and merge them into the manifest (--write). Ops per entity follow its manifest access (read→list/get, create→create, …); each capability carries a titled object the gateway hoists intocomponents.schemas. The merge is idempotent and preserves hand-written capabilities. Replaces hand-rolling capabilities for data-driven Apps (e.g. Products' 16 entities → 80 capabilities from one command).