Hide Forgot
Description of problem: when executing 'rhc domain' command, it should get the command help page like other commands. Version-Release number of selected component (if applicable): rhc-0.88.1-1.el6_2.noarch How reproducible: always Steps to Reproduce: 1.install latest rhc client 2.run 'rhc domain' command 3. Actual results: 'rhc domain' command get the domain information just like 'rhc domain show' Expected results: when executing the command 'rhc domain' without other args, it should print the help page for the command. Additional info: [mengbo@localhost ~]$ rhc domain Password: User Info ========= Namespace: bmeng1dev6 RHLogin: bmeng+1 Application Info ================ No applications found. You can use 'rhc app create' to create new applications. [mengbo@localhost ~]$ rhc sshkey Missing or invalid command! Usage: rhc sshkey (<command> | --help) [<args>] Manage multiple keys for the registered rhcloud user. List of commands list Display all the SSH keys for the user account add Add SSH key to the user account update Update SSH key for the user account remove Remove SSH key from the user account List of arguments -l|--rhlogin rhlogin Red Hat login (RHN or OpenShift login with OpenShift Express access) (Default: bmeng+1) -p|--password password RHLogin password (optional, will prompt) -i|--identifier key-name User-specified identifier for the key -k|--ssh key-filepath SSH public key filepath -d|--debug Print Debug info -h|--help Show Usage info --config path Path of alternate config file --timeout # Timeout, in seconds, for connection
# if the user just enters "rhc domain", don't throw an error # let it be handled by the "rhc domain show" command This seems to be intentional. Any good reason to fix this now?
close this bug since this is by design.