denvig gateway
The gateway command manages a local nginx-based reverse proxy for routing traffic to your development services using custom domains and TLS.
denvig gateway <subcommand>Subcommands
Section titled “Subcommands”status
Section titled “status”Show the current gateway configuration status:
denvig gateway statusconfigure
Section titled “configure”Rebuild all nginx configs for the project from current service definitions:
denvig gateway configuregenerate-certs
Section titled “generate-certs”Generate SSL certificates for services with http.domain configured:
denvig gateway generate-certsOptions
Section titled “Options”| Option | Description |
|---|---|
--project | The project slug to run against. Defaults to the current directory. |
--json | Output in JSON format. |