base44 dashboard open
Opens the Base44 app dashboard in your default web browser.Syntax
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Reads the project’s app ID from
base44/.app.jsonc - Opens the dashboard URL in your default browser
- Displays the dashboard URL in the terminal
Example
Output
Requirements
- Must be run from a linked Base44 project directory (contains
base44/.app.jsonc) - Must be authenticated (run
npx base44 loginfirst)
Notes
- The dashboard provides a web interface to manage your app’s entities, functions, agents, users, and settings
- If you’re not in a project directory, the command will fail with an error
- The command will not open a browser in CI environments (when
process.env.CIis set)

