13.5.12. Custom Environment Variables
Set one of more environment variables for an application with the following command:
$ rhc env set Variable=Value Variable2=Value2 -a App_Name
Add additional Variable=Value arguments separated by spaces to set multiple variables.
View the custom environment variables set for an application with the following command:
$ rhc env list -a App_Name
Display the value of one or more custom environment variables with the following command:
$ rhc env show Variable Variable2 -a App_Name
Remove a custom environment variable with the following command:
$ rhc env unset Variable -a App_Name