List resources
convox resources
$ convox resources
NAME TYPE URL
database postgres postgres://app:123456-7890-abcd-ef01-234567890abc@test-nodejs-resourcedatabase-abcd.efgh.us-east-1.rds.amazonaws.com:5432/app
Start a console for a resource
convox resources console <resource>
$ convox resources console database
Export data from a resource
convox resources export <resource>
$ convox resources export database
Import data to a resource
convox resources import
$ convox resources import --file dump.tgz
Get information about a resource
convox resources info <resource>
$ convox resources info database
Name database
Type postgres
URL postgres://app:123456-7890-abcd-ef01-234567890abc@test-nodejs-resourcedatabase-abcd.efgh.us-east-1.rds.amazonaws.com:5432/app
Proxy a local port to a resource
convox resources proxy <resource>
$ convox resources proxy database
proxying localhost:5432 to test-nodejs-resourcedatabase-abcd.efgh.us-east-1.rds.amazonaws.com:5432
$ convox resources proxy database --port 65432
proxying localhost:65432 to test-nodejs-resourcedatabase-abcd.efgh.us-east-1.rds.amazonaws.com:5432
Get url for a resource
convox resources url <resource>
$ convox resources url database
postgres://app:123456-7890-abcd-ef01-234567890abc@test-nodejs-resourcedatabase-abcd.efgh.us-east-1.rds.amazonaws.com:5432/app