Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-13792] CLI: Add support for --no-progress flag to hide progress bars

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2013-09-23T21:18:49.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.2.0
ComponentsCLI
Labelsmodule_cli, qe-closed-3.2.0, qe-manualtest
ReporterChris Barber
AssigneeChris Barber
Created2013-05-08T18:06:46.000+0000
Updated2015-08-06T02:28:08.000+0000

Description

The "titanium sdk" command uses a progress bar to show how much of an SDK has been downloaded. The problem is the progress bar keeps writing to stdout and if you subprocess the "titanium sdk" command or pipe the output to a file, the output is all messed up. It would better to just have a flag that disables the progress bar.

Comments

  1. Chris Barber 2013-09-23

    I added support for this somewhere in Summer 2013.
  2. Olga Romero 2013-12-11

       ti config cli.progressBars false
       
    and no progress bar during SDK install Tested with:" CLI 3.2.0-cr

JSON Source