SBT Command References
Use sbt --help for more details about using all the commands. See below for summary of commands.
Command | Description |
Helper Commands | Setup your project and dev env |
| Create shell SBT project |
| Interactively setup project config |
| Validate configuration works |
App Development Commands | Build, run and test apps |
| Run a locally defined model |
| Deploy a model to a configured SF environment |
| Run schema validation on single model output |
| Run full app, all models in order |
| Deploy all models to target SF environment |
| Run schema validation on all model outputs and sources |
| Run schema validation against a source table |
| Execute helper query in isolation to see results |
Insight Cloud Commands | Communicate with the IC ecosystem |
| Check user profile in Insight Cloud backend |
| Ping insight Cloud backend healthcheck |
| Upload a new version of an app |
| Publish a specific version of an app |
| Automatically install an app into a test org |
| Upload, publish, and install all in one |
| Find known versions of an app |