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
Examples
Open the project linked in the current directory's .neon context file:
neon openINFO: 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







