Skip to content

Commit c897155

Browse files
authored
Added a section about running app locally
1 parent 73c0c98 commit c897155

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

knowledge_base/databricks_app/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,12 @@ Run `databricks bundle run job_manager` to start the app and execute app deploym
2222
When you change app code or config, you need to run `databricks bundle deploy` and `databricks bundle run job_manager` to update the app source code and configuration.
2323

2424
Run `databricks bundle open` to navigate to the deployed app in your browser. Alternatively, run `databricks bundle summary` to display its URL.
25+
26+
### Running an app locally
27+
28+
Starting from Databricks CLI v0.250.0 it's possible to start your Databricks app locally using Databricks CLI.
29+
30+
To do so, run the following command in the root of the app folder
31+
```
32+
databricks apps run-local --prepare-environment --debug
33+
```

0 commit comments

Comments
 (0)