[TIMOB-13511] CLI: ti build - android - package with no options returns error and not all missing options are being prompted
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-08-02T23:13:26.000+0000 |
Affected Version/s | Release 3.1.0 |
Fix Version/s | 2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0 |
Components | CLI |
Labels | improvement, qe-3.1.0, qe-cli |
Reporter | Olga Romero |
Assignee | Chris Barber |
Created | 2013-04-10T17:36:06.000+0000 |
Updated | 2013-11-18T18:11:32.000+0000 |
Description
Steps to reproduce:
Please create the project and navigate to it's directory.
1) Try CLI command (build android package with no options)
"ti build -T dist-playstore"
2) Enter target platform after it is prompted
Result:
[ERROR] Invalid required option "--alias" in the output
Expected result:
It would be nice to have all missing options prompted
https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
Verified fixed on: Mac OSX 10.9 Mavericks Titanium Studio, build: 3.2.0.201311160316 Titanium SDK, build: 3.2.0.v20131117001643 CLI: 3.2.0-alpha Alloy: 1.3.0 Ran "ti build -T dist-playstore", CLI prompts the user the entire way through asking for more information if not initially provided. Closing.