Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13593] CLI: Allow ti sdk install to specify CI SDK versions

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2013-08-02T23:18:44.000+0000
Affected Version/sRelease 3.1.0
Fix Version/s2013 Sprint 16, 2013 Sprint 16 Core, Release 3.2.0
ComponentsCLI
Labelsqe-3.1.0, qe-closed-3.2.0
ReporterDustin Hyde
AssigneeChris Barber
Created2013-04-16T16:33:43.000+0000
Updated2016-08-19T23:12:32.000+0000

Description

CLI: allow ti sdk install to specify CI SDK versions. For example, if I run: ti sdk install 3.1.0.v20130415184552 I would expect that version to install. Currently, the result is: [ERROR] Invalid version "3.1.0.v20130415184552"

Comments

  1. Chris Barber 2013-07-26

    https://github.com/appcelerator/titanium/pull/50 https://github.com/appcelerator/node-appc/pull/50
  2. Chris Barber 2013-07-31

    You can install an SDK multiple ways: By version: 1) Run "ti sdk install 3.1.1.GA" By version and branch 1) Run "ti sdk -r --branch master" 2) Select a master branch build version 3) Run "ti sdk install --branch master" By URL: 1) Go to http://builds.appcelerator.com/#master 2) Choose a build and copy its URL 3) Run "ti sdk install http://builds.appcelerator.com/mobile/master/mobilesdk-3.2.0.v20130730132443-osx.zip" By file: 1) Go to http://builds.appcelerator.com/#master 2) Choose a build and download it (wget http://builds.appcelerator.com/mobile/master/mobilesdk-3.2.0.v20130730132443-osx.zip) 3) Run "ti sdk install mobilesdk-3.2.0.v20130730132443-osx.zip"
  3. Olga Romero 2013-12-11

    Tested and verified the fix with: CLI 3.2.0-cr Alloy 1.3.0-cr Mac osx 10.9 Mavericks Installed SDK version by using the command
       ti sdk install 3.1.3.GA
       

JSON Source