Hide Forgot
Description of problem: When using the katello cmdline tool, you often have to provide --org 'NAME_OF_ORG', even when you only have one organization configured. This is a pain when working a lot in the cmdline. Version-Release number of selected component (if applicable): 1.4.8-1.git.4.c940d43.el6 How reproducible: N/A Steps to Reproduce: N/A Actual results: For example: # katello -u admin -p PASSWORD activation_key list --org ACME_Corporation Expected results: For example: # katello -u admin -p PASSWORD activation_key list Additional info: If normal use of RHN Satellite 5 reflects normal Katello usage - people will usually not configure more than one organization.
You could use the "remember" option so that you don't have to keep typing the org name. ex: katello -u admin -p admin client remember --option org --value $ORG
Closing as NOTABUG since there is a solution mentioned in comment #1