[TIMOB-16974] CLI: 'ti sdk' lists sdks by folder name alphabetically. If an earlier sdk is listed first then 'ti sdk select latest' actually selects an earlier version
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-05-23T20:44:13.000+0000 |
| Affected Version/s | Release 3.3.0 |
| Fix Version/s | 2014 Sprint 10, 2014 Sprint 10 Tooling, Release 3.3.0 |
| Components | CLI |
| Labels | module_cli, qe-3.3.0, qe-testadded |
| Reporter | Samuel Dowse |
| Assignee | Chris Barber |
| Created | 2014-05-16T18:10:19.000+0000 |
| Updated | 2014-05-23T20:44:17.000+0000 |
Titanium CLI master pull request: https://github.com/appcelerator/titanium/pull/133
Works as expected:
ti sdk select latestselects the newest SDK (3.3.0, which I had renamed to b)Verified fixed on: Mac OSX 10.9.3 Appcelerator Studio, build: Titanium SDK, build: Titanium CLI, build: 3.3.0-dev Alloy: 1.4.0-alpha 'ti sdk' now displays all SDKs in order of the name in the manifest.json inside of the SDK. 'ti sdk select latest' chooses the latest installed SDK. Closing.