A Rack is a platform to build, deploy and host your Apps. It runs either locally on your own machine for development purposes or within your cloud infrastructure.
$ convox rack -r myrack
Name myrack
Provider aws
Router router.0a1b2c3d4e5f.convox.cloud
Status running
Version 3.0.0
$ convox rack params -r myrack
$ convox rack params set node_type=t3.medium
Updating parameters... Upgrading modules...
Downloading github.com/convox/convox?ref=3.0.0 for system...
...
$ convox rack update -r myrack
Upgrading modules...
Downloading github.com/convox/convox?ref=3.0.0 for system...
...
Apply complete! Resources: 0 added, 12 changed, 0 destroyed.
Outputs:
api = https://convox:password@api.0a1b2c3d4e5f.convox.cloud
provider = aws
$ convox rack logs -r myrack
...
$ convox rack uninstall myrack