pulumi/pkg/util
Matt Ellis ce05cce77f Provide a rudimentary progress spinner
Previously, the `pulumi` tool did not show any indication of progress
when doing a deployment. Combined with the fact that we do not create
resources in parallel it meant that sometime `pulumi` would appear to
hang, when really it was just waiting on some resource to be created
in AWS. In addition, some AWS resources take a long time to create and
CI systems like travis will kill the job if there is no output. This
causes us (and our customers) to have to do crazy dances where we
launch shell scripts that write a dot to the console every once in a
while so we don't get killed. While we plan to overhaul the output
logic (see #617), we take a first step towards interactivity by simply
having a nice little spinner (in the interactive case) and when run
non interactive have `pulumi` print a message that it is still
working.

Fixes #794
2018-01-22 14:21:08 -08:00
..
archive Fix some lint errors 2017-11-29 12:15:16 -08:00
cmdutil Provide a rudimentary progress spinner 2018-01-22 14:21:08 -08:00
contract Enable pulumi update to target the Console (#461) 2017-10-25 10:46:05 -07:00
convutil Clarify aspects of using the DCO 2017-06-26 14:46:34 -07:00
fsutil Fix pending delete replacement failure (#658) 2017-12-07 09:44:38 -08:00
mapper Add additional linting (#768) 2017-12-27 17:10:12 -08:00
rendezvous Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
retry Use the retry framework for REST API retries 2017-12-26 10:24:08 -08:00
rpcutil Add a missing copyright header 2017-11-19 08:08:30 -08:00
testutil Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00