ResourceApp tools
App tools
App-only tools — inspect the build, run and inspect handlers, read browser errors, and clear the handler cache.
The app-only tools, on top of the shared geni resource commands (create --type app, validate, config, publish, pull). They all run against the live (published) app, so publish before you run a handler.
Because an app's UI renders in the dashboard's iframe, the CLI can't preview it. These tools let an agent drive correctness headlessly. See Apps for the authoring contract.
app build-status— the live app's Vite build state.app run-handler— dispatch a handler with test input.app invocations— recent handler runs.app errors— browser-side errors the iframe reported.app clear-cache— flush the handler response cache.