Description of problem: when add a variable via client with the command `rhc env set == -a $app_name` Version-Release number of selected component (if applicable): devenv_3678 rhc build from devenv_3677 How reproducible: always Steps to Reproduce: 1. Create a app 2. Add a variable via `rhc env set == -a $app_name` 3. Check the output message and check if the variable is added Actual results: rhc env set == -a app Setting environment variable(s) ... done rhc env list not contain the variable Expected results: It should FAIL and prompt user syntax error or others Additional info:
Pull request: https://github.com/openshift/rhc/pull/444
Test it on devenv_3683, and it display: Environment variable(s) not provided. Please provide at least one environment variable using the syntax VARIABLE=VALUE. VARIABLE can only contain letters, digits and underscore ('_') and can't begin with a digit. so verified this , thx
And rhc version is rhc build from devenv_3683