Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16624] CLI: install only feature

GitHub Issuen/a
TypeImprovement
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
ComponentsCLI
Labelscb-tooling, feature
ReporterDan Tamas
AssigneeChris Barber
Created2014-03-13T09:23:42.000+0000
Updated2016-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 :)

Comments

  1. Fokke Zandbergen 2014-03-13

    +1 for 3.3.0!
  2. Chris Barber 2014-03-13

    I was thinking about that the other day actually. Specifically a "ti run" command.
  3. Dan Tamas 2014-03-13

    <3 :)
  4. Fokke Zandbergen 2014-03-13

    2 approaches: A run-only option, just like we have build-only:
    ti build -r -p ios -T device -C mine
    A run-command, with those options of the build-command needed to run:
    ti run -p ios -T device -C mine
    I think the first would be better and result in less (none) duplicate code.
  5. Dan Tamas 2014-03-13

    The second is shorter and gives the user a better understanding of the process. *run* doesn't have anything to do with *build* imho
  6. Fokke Zandbergen 2014-03-13

    True, but of course *build* does *run* as well. But agree, the second one has better ux.

JSON Source