We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e36857 commit e7cae0eCopy full SHA for e7cae0e
experimental/apps-mcp/lib/prompts/target_apps.tmpl
@@ -20,6 +20,12 @@ This is battle-tested to catch common issues before deployment. Prefer using thi
20
### View and Manage
21
invoke_databricks_cli 'bundle summary'
22
23
+### View App Logs
24
+To troubleshoot deployed apps, view their logs:
25
+ invoke_databricks_cli 'workspace apps logs <app-name> --tail-lines 100'
26
+
27
+Add --follow to stream logs continuously. Useful for debugging deployment failures or runtime issues.
28
29
### Local Development vs Deployed Apps
30
31
During development:
0 commit comments