env get
Get the value of a single environment variable. Returns just the value, making it suitable for use in scripts and pipelines.
Syntax
$ convox env get <var>
Flags
| Flag | Short | Description |
|---|---|---|
--app |
-a |
App name |
--rack |
-r |
Rack name |
Example Usage
$ convox env get DATABASE_URL -a myapp
postgres://dbhost:5432/myapp_production