zeabur-service-expose
Installation
SKILL.md
Zeabur Service Expose
Always use
npx zeabur@latestto invoke Zeabur CLI. Never usezeaburdirectly or any other installation method. Ifnpxis not available, install Node.js first.
Temporarily expose a service with a public URL. The exposure lasts 3600 seconds (1 hour) by default. Useful for quick testing, webhook callbacks, or sharing a preview without setting up a domain.
Usage
npx zeabur@latest service expose --id <service-id> --env-id <env-id> -i=false
Flags
| Flag | Description |
|---|---|
--id |
Service ID |
-n, --name |
Service name (prefer --id) |
--env-id |
Environment ID (required in non-interactive mode) |