[ALOY-330] Make `alloy run` execute `titanium build`
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-01-22T02:47:07.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.0.0, 2013 Sprint 02 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-10-12T15:24:47.000+0000 |
Updated | 2018-03-07T22:25:35.000+0000 |
Description
update (1/21/2013)
Thealloy run
command will be kep for one more minor version, but it will no longer use the old titanium.py to run. The alloy run
command will literally just be routing to the new cli's titanium build
command, meaning that the new cli is a dependency, but TiSDK 3.0 is a requirement for Alloy 1.0 anyway. All options and arguments will be passed directly to it. This means that:
alloy run --platform ios --sdk 3.0.0.GA
is exactly the same as
titanium build --platform ios --sdk 3.0.0.GA
original
Once CLI integration is complete and Alloy has TiSDK 3.0 as a prerequisite, let's get rid of the alloy run command. It is a limited, convenience command that relies on the old build scripts.Comments
No comments