rack resources info

Display detailed information about a Rack Resource, including its name, type, status, configurable options, connection URL, and any linked Apps.

Syntax

$ convox rack resources info <resource>

Flags

Flag Short Description
--rack -r Rack name

Example Usage

$ convox rack resources info shared-postgres
Name    shared-postgres
Type    postgres
Status  running
Options MultiAZ=true
URL     postgres://user:pass@host.example.com:5432/app
Apps    myapp, api

See Also