pulumi/pkg/backend
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
..
cloud Provide a rudimentary progress spinner 2018-01-22 14:21:08 -08:00
local Provide a rudimentary progress spinner 2018-01-22 14:21:08 -08:00
state Support secrets for cloud stacks. 2017-12-22 07:59:27 -08:00
backend.go Surface update options to the service (#806) 2018-01-18 11:10:15 -08:00
stack.go Surface update options to the service (#806) 2018-01-18 11:10:15 -08:00