リア充爆発日記

You don't even know what ria-ju really is.

コマンドラインでのTitaniumのバージョンアップ方法

$ ti -v
3.1.2

$ ti login
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA
Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Username:
Password:

Logged in successfully

$ ti sdk update --install
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.2.GA
Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.

Please report bugs to http://jira.appcelerator.org/

Downloading http://api.appcelerator.net/p/v1/release-download?token=h4CGg6q5
100% [========================================] 0.1s

Extracting SDK...
100% [========================================] 0.0s
Titanium SDK 3.1.3.GA successfully installed!

で、バージョン確認しようとして

$ ti -v
3.1.2

んっ?となるけど、これはコマンドラインのバージョンで

$ ti -h
Titanium Command-Line Interface, CLI version 3.1.2, Titanium SDK version 3.1.3.GA
Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved.

と、SDK自体は3.1.3になってる。