postship open
Open the project in the browser.
Updated on 17 September 2026
On this page
The current project's Overview in the browser — or a named page: incidents, deploys, urls, performance, reglages. Without a project, the app.
This command does not consume the quota: it is a read.
What PostShip does
Usage
postship open [--project <id>] [apercu|incidents|deploys|urls|performance|reglages]Options
| Option | What it does |
|---|---|
--project, -p <id> | The project. |
postship open pages: apercu, incidents, deploys, urls, performance, reglages.
Examples
postship openThe Overview.
postship open incidents -p 3f1c…This project's incidents.
Exit codes
0 · 2 project not found, or no browser to launch (the address is printed).
Troubleshooting
Over SSH, or in a script, I just want the address.
POSTSHIP_NO_BROWSER=1: the address is printed, nothing is launched, exit 0. The same variable applies to login (the link is printed) and docs.
See also
The postship command — every command, installation and sign-in · CI recipes — complete workflows to copy.
In the terminal, postship help open says the same; postship docs open opens this page.