bitter-oil-46081
11/29/2017, 7:13 PMable-tomato-34262
06/29/2018, 8:41 AM$ pulumi config
We need your Pulumi account to identify you.
Enter your access token from <https://app.pulumi.com/account>
or hit <ENTER> to log in using your browser :
error: resource temporarily unavailable
able-tomato-34262
06/29/2018, 8:41 AMable-tomato-34262
06/29/2018, 9:19 AMbitter-oil-46081
06/29/2018, 9:18 PMable-tomato-34262
07/02/2018, 7:53 AMable-tomato-34262
07/02/2018, 7:54 AMable-tomato-34262
07/02/2018, 7:54 AMable-tomato-34262
07/02/2018, 7:55 AMable-tomato-34262
07/02/2018, 7:59 AMpulumi update
, I got this :
$ AWS_PROFILE=pulumi pulumi update
Previewing update of stack 'prod'
Previewing changes:
Type Name Plan Info
* pulumi:pulumi:Stack first-pulumi-prod no change
+ ├─ aws:s3:Bucket my-bucket2 create
- └─ aws:s3:Bucket my-bucket delete
info: 2 changes previewed:
+ 1 resource to create
- 1 resource to delete
1 resource unchanged
Do you want to perform this update?
yes
> no
details
error: confirmation cancelled, not proceeding with the update: read /dev/stdin: resource temporarily unavailable
As for the previous error, it exits directly with no possibility of choosing optionsable-tomato-34262
07/02/2018, 8:00 AMable-tomato-34262
07/02/2018, 8:01 AMbitter-oil-46081
07/02/2018, 4:49 PMbitter-oil-46081
07/02/2018, 4:52 PM--yes
to pulumi update to prevent the prompt. In this case you may want to explicitly run a pulumi preview
so you have a chance to see what is done.
Really sorry you are having such problems. @able-tomato-34262.able-tomato-34262
07/03/2018, 7:57 AMable-tomato-34262
07/03/2018, 7:58 AMTERM
able-tomato-34262
07/03/2018, 8:00 AMgreen-london-79864
09/26/2018, 11:33 AMalpine
and ubuntu
as base images)
- ANY command I try to run (pulumi new
, for example) requires a login - not a fan of that at all
- on top of that, the redirect URL is a localhost one with a random port, so there's no way I can interactively login from within a container.
- edit for last two observations - found out about pulumi login --local
, big fan of that 🙂green-london-79864
09/26/2018, 11:57 AMadventurous-jordan-10043
09/26/2018, 12:48 PMwhite-balloon-205
pulumi login --local
is the command to use to do local-only (which in particular means managing state file persistence and concurrency control yourself). We definitely want that option to be discoverable when needed - curious - where did you ultimately discover it? And where did you expect to see it? As @adventurous-jordan-10043 noted, we really want the default to be an experience that works great out of the box without need to worry about state file management - but we want the local option to be discoverable when needed.white-balloon-205
the redirect URL is a localhost one with a random port, so there's no way I can interactively login from within a container.Note that you can set
PULUMI_ACCESS_TOKEN
env var to provide the login information without need for interactive login. See https://pulumi.io/reference/cli/pulumi_login.html for details.white-balloon-205
the PATH env isn't correctly set by the script (tried bothWe do attempt to write it to theandalpine
as base images)ubuntu
PATH
, so not sure why this is not working. We'll try to reproduce this and fix. FWIW - here's the implementation of the installer: https://github.com/pulumi/get.pulumi.com/blob/master/dist/install.sh#L116green-london-79864
09/26/2018, 2:43 PMbrainy-cartoon-21391
11/04/2018, 8:07 PMbrainy-cartoon-21391
11/04/2018, 8:08 PMbrainy-cartoon-21391
11/04/2018, 8:08 PMbrainy-cartoon-21391
11/04/2018, 8:08 PMbrainy-cartoon-21391
11/04/2018, 8:09 PMcuddly-barista-79466
11/16/2018, 4:49 PMgo get <http://github.com/pulumi/tf2pulumi/|github.com/pulumi/tf2pulumi/>...
“Impossible type assertion”