[TIMOB-24989] CLI can't identify 'genymotion' as a -t parameter
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2019-06-04T16:04:57.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | android, cb-tooling, engSchedule, genymotion |
Reporter | Kondal Kolipaka |
Assignee | Chris Barber |
Created | 2016-03-30T09:35:25.000+0000 |
Updated | 2019-06-25T09:44:17.000+0000 |
Description
I have genymotion installed in my system, but below command doesn't return the genymotion info
appc ti info -o json -t android,genymotion
Output should contain the below information:
"genymotion": {
"path": "/Applications/Genymotion.app/Contents/MacOS",
"executables": {
"genymotion": "/Applications/Genymotion.app/Contents/MacOS/genymotion",
"player": "/Applications/Genymotion.app/Contents/MacOS/player.app/Contents/MacOS/player",
"vboxmanage": "/usr/local/bin/VBoxManage"
},
"home": "/Users/kondalkolipaka/.Genymobile/Genymotion",
"avds": [],
"issues": [],
"virtualbox": "5.0.12r104815",
"tisdk": "5.4.0.v20160321025856"
},
I don't see 'genymotion' option also in the help.
-t, --types <value> information types to display; you may select one or more [all, os,
nodejs, titanium, osx, jdk, haxm, android, iphone, ios]
But appc ti info -o json
has genymotion info.
In Titanium CLI 5.2.1 ([commit](https://github.com/appcelerator/titanium/commit/ba315c9df2b08be305fb052ef678449242dc73d3)), target specific information (e.g. iOS, Android, Genymotion, etc) in
ti info
was moved from the Titanium CLI to the Titanium SDK so that we could add new info without shipping a new Titanium CLI. Since Genymotion is not a "target", Genymotion info is always displayed and thus a-t genymotion
has no effect. So, in the current CLI/SDK, this ticket is "won't fix". FYI,-t genymotion
has been restored in appcd-powered Titanium CLI.next, so this issue is fixed anyways.Closing ticket due to the above comments.