Creating a Domo app in Domo Dev Studio
The ability to create a custom app using Domo Dev Studio is amazing and makes almost any app you can imagine possible to build on the Domo platform. Let's go through some terminology to reduce the learning curve. The following are key terms used in connection with Domo Dev Studio:
- DS CLI (also known as ryuu) is a command-line utility used to connect to Domo servers, run a local web server, and manage asset resources of apps in Domo.
- Asset Library is the repository for app definitions in Domo.
- App Card is a Domo card created from assets in the Asset Library. The card is the executable container for the app.
Domo Login
is a CLI command that connects the DS CLI commands to a given Domo instance.Domo Init
is a command in the DS CLI to copy down an app template to begin coding from a baseline app.Domo Publish
is a DS CLI command to push the code and resource files from the development project up to the Asset Library...