resources

List the Resources associated with an App. These are the Resources defined in your convox.yml manifest, such as databases, caches, and queues.

Syntax

$ convox resources

Flags

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

Example Usage

$ convox resources -a myapp
NAME      TYPE      URL
database  postgres  postgres://user:pass@host.example.com:5432/app
cache     redis     redis://host.example.com:6379/0

See Also