Bug 849814

Summary: There are some error happened when create app without "app" option
Product: OKD Reporter: xjia <xjia>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED NOTABUG QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-08-21 02:53:00 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description xjia 2012-08-21 01:58:09 UTC
Description of problem:
When create app without "app" command, it prompts some error.

Version-Release number of selected component (if applicable):
rhc-0.97.12
devenv 2036

How reproducible:
Always

Steps to Reproduce:
1.rhc create -a php1 -t php-5.3 -pjia -s 
  
Actual results:
[jason@jasontest ~]$ rhc create -a php1 -t php-5.3 -pjia -s 
/usr/lib/ruby/gems/1.8/gems/commander-4.1.2/lib/commander/runner.rb:398:in `run_active_command': invalid command (Commander::Runner::InvalidCommandError)
	from /usr/lib/ruby/gems/1.8/gems/rhc-0.97.12/lib/rhc/commands.rb:73:in `run!'
	from /usr/lib/ruby/gems/1.8/gems/commander-4.1.2/lib/commander/delegates.rb:7:in `run!'
	from /usr/lib/ruby/gems/1.8/gems/rhc-0.97.12/lib/rhc/cli.rb:37:in `start'
	from /usr/lib/ruby/gems/1.8/gems/rhc-0.97.12/bin/rhc:62
	from /usr/bin/rhc:19:in `load'
	from /usr/bin/rhc:19

Expected results:
The command 'rhc create' is not recognized.

Additional info:

Comment 1 xjia 2012-08-21 02:53:00 UTC
I am sorry. I think it may be not a bug. I find the '-t' option.

-t|--trace                Display backtrace when an error occurs