update (1/21/2013)
The
alloy 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.
No comments