Skip to content
Docs v0.6.0

denvig gateway

The gateway command manages a local nginx-based reverse proxy for routing traffic to your development services using custom domains and TLS.

Terminal window
denvig gateway <subcommand>

Show the current gateway configuration status:

Terminal window
denvig gateway status

Rebuild all nginx configs for the project from current service definitions:

Terminal window
denvig gateway configure

Generate SSL certificates for services with http.domain configured:

Terminal window
denvig gateway generate-certs
OptionDescription
--projectThe project slug to run against. Defaults to the current directory.
--jsonOutput in JSON format.