pxxl logs when you need runtime or deployment logs from a terminal. Use pxxl open when you are inside a project folder and want to jump to the dashboard, live URL, or deployment URL.
Logs
pxxl.toml, the CLI reads the saved projectId or deploymentId. You can also pass an ID explicitly.
| Option | Meaning |
|---|---|
--project <id> | Fetch runtime logs for a project. |
--deployment <id> | Fetch build/deployment logs for a deployment. |
--since 1h | Show recent logs for a time window such as 15m, 1h, or 1d. |
--lines 200 | Request a specific number of runtime log lines. |
--follow | Poll live project logs every few seconds. |
--json when scripting:
Open
pxxl open reads pxxl.toml and opens the most useful URL for the current folder:
| Option | Opens |
|---|---|
| No option | Project dashboard if projectId exists, otherwise the saved live/deployment URL. |
--deployment | Saved deployment URL. |
--live or --domain | Saved project live URL. |
--url | A specific URL. |
Saved Deploy Metadata
Afterpxxl deploy, the CLI writes deployment metadata back into pxxl.toml:
pxxl logs, pxxl open, pxxl env diff, and pxxl env push work without repeating the project ID.