rack resources

List the Resources managed at the Rack level. Unlike App Resources defined in convox.yml, Rack Resources exist independently and can be linked to one or more Apps.

Syntax

$ convox rack resources

Flags

Flag Short Description
--rack -r Rack name

Example Usage

$ convox rack resources
NAME             TYPE       STATUS
shared-postgres  postgres   running
shared-redis     redis      running

See Also