# File lib/openshift-origin-msg-broker-mcollective/lib/openshift/mcollective_application_container_proxy.rb, line 237 def add_env_var(app, gear, key, value) args = Hash.new args['--with-app-uuid'] = app.uuid args['--with-container-uuid'] = gear.uuid args['--with-key'] = key args['--with-value'] = value result = execute_direct(@@C_CONTROLLER, 'env-var-add', args) parse_result(result) end