[TIMOB-18601] CLI: ti sdk install -b latest installs different version than ti sdk install latest
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Low |
| Status | Closed |
| Resolution | Cannot Reproduce |
| Resolution Date | 2020-01-08T19:02:10.000+0000 |
| Affected Version/s | Release 3.4.1, Release 3.5.0 |
| Fix Version/s | n/a |
| Components | CLI |
| Labels | reprod |
| Reporter | Tim Poulsen |
| Assignee | Praveen Innamuri |
| Created | 2015-02-20T21:44:12.000+0000 |
| Updated | 2020-01-08T19:02:11.000+0000 |
Description
These commands should be equivalent:
ti sdk install latest
ti sdk install -b latest (or ti sdk install --branch latest)
In my tests, however
ti sdk install latest installs 3.5.0.GA
ti sdk install -b latest installs 3.4.2.v20141125154126
I am able to reproduce this issue. *ti sdk install latest* installs 4.0.0 GA *ti sdk install -b latest* installs 6.2.0.v20170626084207 This was my environment; Ti SDK 6.1.1.v20170623141152 Appc NPM 4.2.9 Appc CLI 6.2.1 Ti CLI 5.0.13 Alloy 1.9.11 Arrow 2.0.0 Xcode 8.2 (8C38) Node v4.8.2 Java 1.8.0_131
Closing. Cannot reproduce.