[TIMOB-10922] CLI: "info" builtin
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-17T23:39:48.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.0, Sprint 2012-20 JS, 2012 Sprint 20 |
Components | CLI |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-09-14T14:39:27.000+0000 |
Updated | 2017-03-07T20:44:43.000+0000 |
Description
Need a "info" command to detect and display information about the development environment. This includes the following:
* Operating System
* Xcode/iOS
* Android
* Titanium SDK
For the Android section, we need to know where Android is installed, what version (if even possible), what SDKs/targets are installed (including Google APIs), what AVDs have been created, what version of adb, and whatever other data makes sense. The "android list avd" and "android list target" commands should give you most of the data.
Also need to find the location of the Android NDK.
Pull Requests: https://github.com/appcelerator/node-appc/pull/3 https://github.com/appcelerator/titanium/pull/5
Closing ticket due to time passed.