[TIMOB-16624] CLI: install only feature
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | CLI |
Labels | cb-tooling, feature |
Reporter | Dan Tamas |
Assignee | Chris Barber |
Created | 2014-03-13T09:23:42.000+0000 |
Updated | 2016-08-19T04:31:39.000+0000 |
Description
Would be nice to have an "install-only" feature in the CLI, for the cases when we connect a new device or start a new emulator, etc, and we just want to reinstall the app on that device without rebuilding everything.
This could also help for the cases when Ti fails to install on device (I get this from time to time on iOs)
I did something like this in SugarTi :)
+1 for 3.3.0!
I was thinking about that the other day actually. Specifically a "ti run" command.
<3 :)
2 approaches: A run-only option, just like we have build-only:
A run-command, with those options of the build-command needed to run:
I think the first would be better and result in less (none) duplicate code.
The second is shorter and gives the user a better understanding of the process. *run* doesn't have anything to do with *build* imho
True, but of course *build* does *run* as well. But agree, the second one has better ux.