rack resources link

Link a Rack Resource to an App, making the Resource's connection URL available as an environment variable within the App.

Syntax

$ convox rack resources link <resource>

Flags

Flag Short Description
--app -a App name
--rack -r Rack name
--wait -w Wait for completion

Example Usage

$ convox rack resources link shared-postgres -a myapp --wait
Linking to myapp... OK

See Also