Open App banner
databricks-solutions databricks-solutions

Open App

Development community

Description

--- description: "Open your deployed Databricks app in the browser" --- # Open Your Databricks App I'll get your deployed Databricks app URL and open it in your browser. ## What I'll do: 1. **Check app status** - Use `./app_status.sh` to get the current app URL 2. **Validate URL** - Ensure the app URL is available and valid 3. **Open in browser** - Use `open {url}` to launch your app ## Opening Your App Let me get your app URL and open it for you: **Step 1: Getting app URL** ```bash ./app

Installation

Installs to ~/.claude/commands/databricks-solutions-claude-databricks-app-template-open-app.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/databricks-solutions/claude-databricks-app-template/HEAD/.claude/commands/open-app.md -o ~/.claude/commands/databricks-solutions-claude-databricks-app-template-open-app.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository