You can now call LLMs directly from Neon via AI Gateway, backed by Databricks Foundation Model APIs
/APIs & SDKs/Setup and context/open

Neon CLI command: open

Open the linked project in the Neon Console in your browser

The open command opens the linked project's dashboard in the Neon Console in your default browser. It resolves the project from your local .neon context file, so run neon link or neon set-context first, or pass --project-id to target a project directly. If no project is linked and you don't pass --project-id, the command tells you to run neon link.

Usage

neon open [options]

Options

OptionDescriptionTypeDefaultRequired
--project-idProject ID (defaults to the project linked in .neon)stringNo

Examples

Open the project linked in the current directory's .neon context file:

neon open
INFO: Opening https://console.neon.tech/app/projects/cold-grass-40154007 in your browser.

Open a specific project without relying on the linked context:

neon open --project-id cold-grass-40154007
Was this page helpful?
Edit on GitHub

On this page

Copy neon init command