Hide Forgot
Description of problem: For most of the rhc commands, like rhc cartridge, rhc domain, rhc authorization, etc. It will treat the plural form as the list function. Eg, rhc cartridges will list the cartridges same as rhc cartridge list. But the rhc sshkey and rhc env do not support this. Version-Release number of selected component (if applicable): rhc-1.18.0 How reproducible: always Steps to Reproduce: 1. Install latest rhc client 2. Generate the auto complete bash via rhc setup 3. Source the bash 4. rhc sshkeys / rhc envs Actual results: The commands in step4 are not supported. Expected results: Should support the plural form for the commands. Additional info:
Fixed in https://github.com/openshift/rhc/pull/623
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/555a1d9f8b7286f938612c3ebe3a0d0a094a1053 Bug 1035632 - added plural version to rhc env and rhc sshkey commands
Checked with the latest code, and can not reproduce this issue, so verify this.