Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24989] CLI can't identify 'genymotion' as a -t parameter

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionWon't Fix
Resolution Date2019-06-04T16:04:57.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid, cb-tooling, engSchedule, genymotion
ReporterKondal Kolipaka
AssigneeChris Barber
Created2016-03-30T09:35:25.000+0000
Updated2019-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.

Comments

  1. Chris Barber 2019-06-04

    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.
  2. Samir Mohammed 2019-06-25

    Closing ticket due to the above comments.

JSON Source