Description:
I was unable to install the latest version of master using the CLI and command "ti sdk install -b master -d". An error was returned:
[ERROR] No version specified
Chris investigated the code and discovered that if the config setting "cli.prompt" is false, then the command will fail as observed.
Steps to reproduce:
1) Ensure cli.prompt is set to false with:
ti config cli.prompt "false"
2) Run command: ti sdk install -b master -d
Result:
Error as described above
Expected Result:
Latest master build installed and set as default SDK
Pull request: https://github.com/appcelerator/titanium/pull/61
Verified the fix with: CLI 3.2.0 from git://github.com/appcelerator/titanium.git Appcelerator Studio, build: 3.2.0.201310180526 I was able to install the latest master build and confirm the currently newest build. Closing as fixed.