apps_cli
Run official NodeLoc miniprogram CLI commands to initialize, playtest, or submit miniprograms from your project directory. Requires CLI installation and prior login.
Instructions
Run an official nodeloc-apps CLI command for in-site miniprograms, e.g. 'init my-app', 'playtest', 'submit'. Requires the CLI installed and logged in (interactive login must be done once in a terminal yourself). cwd: project directory to run in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Project directory to run in | |
| command | Yes | CLI arguments, e.g. 'init my-app' or 'submit' |