resources url

Get the connection string URL used by the App to access a specific Resource. This is the same URL injected into the App's environment.

Syntax

$ convox resources url <resource>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name

Example Usage

$ convox resources url database -a myapp
postgres://user:pass@host.example.com:5432/app

See Also