routeup config
routeup config explains what routeup resolved in the current directory:
routeup configExample output:
source: routeup.jsonpath: /Users/me/example-app/routeup.jsonroute: example-apptargets: / http://localhost:8080command: configuredport env: PORT,WEBHOOK_CONSUMER_PORTexposure enabled: trueexpose paths: /api/webhooks/*capture: request,responseredact headers: authorization,cookieserver: https://edge.routeup.devtoken: configuredThe output combines project config with relevant environment and saved client settings. It reports only whether a token is configured; the token value is never printed.
Use this command when a bare route name, target, runner command, exposure, or
capture setting does not resolve as expected. routeup config --json emits the
same resolved view for automation.