Loading...
Loading...
Build and publish Domo apps with dist workflow and first-publish ID handling.
npx skill4agent add stahura/domo-ai-vibe-rules domo-app-publishnpm install -g @domoinc/ryuunpm install # Install dependencies
npm run dev # Start dev server (usually Vite)domo loginnpm run build # Outputs to dist/ (Vite) or build/ (CRA)domo login # Authenticate with your Domo instancecd dist # Change to build output directory
domo publish # Publish to Domoidmanifest.jsonmanifest.jsonpublic/manifest.json# After first publish, copy the generated ID:
# dist/manifest.json → public/manifest.json (just the "id" field)npm run build && cd dist && domo publishmanifest.jsondataSetIdidmanifest.jsonfields: []thumbnail.png.select().aggregate().groupBy().groupBy()