white-baker-74307
10/17/2021, 5:48 PMSorry, 'quickstart' is not a valid project name. A project with this name already exists.
and for the life of me I cannot figure out how to completely delete the local cli project. I even deleted the cache named quickstart in ~/.pulumi folder. Anyone?pulumi project ls
and pulumi project rm
or something like thatbillowy-army-68599
10/17/2021, 5:52 PMpulumi login --local
white-baker-74307
10/17/2021, 5:53 PMmkdir quickstart && cd quickstart
pulumi new aws-python
pulumi new aws-python
it errored because I was missing python3-venv
so I deleted the quickstart folder, installed the missing dependency, and try again. I haven't logged in, I just installed pulumi 15 minutes agobillowy-army-68599
10/17/2021, 5:55 PMpulumi about
white-baker-74307
10/17/2021, 5:57 PM$ pulumi about
CLI
Version 3.15.0
Go Version go1.17.2
Go Compiler gc
Host
OS ubuntu
Version 20.04
Arch x86_64
Backend
Name <http://pulumi.com|pulumi.com>
URL <https://app.pulumi.com/gdhoffman>
User gdhoffman
Pulumi locates its logs in /tmp by default
warning: Failed to get information about the plugin: no Pulumi.yaml project file found (searching upwards from /home/geoff/Pulumi/quickstart). If you have not created a project yet, use `pulumi new` to do so
warning: Failed to read project: no Pulumi.yaml project file found (searching upwards from /home/geoff/Pulumi/quickstart). If you have not created a project yet, use `pulumi new` to do so
warning: Failed to get information about the current stack: no Pulumi.yaml project file found (searching upwards from /home/geoff/Pulumi/quickstart). If you have not created a project yet, use `pulumi new` to do so
billowy-army-68599
10/17/2021, 5:57 PMwhite-baker-74307
10/17/2021, 5:58 PMbillowy-army-68599
10/17/2021, 5:59 PMwhite-baker-74307
10/17/2021, 5:59 PMbillowy-army-68599
10/17/2021, 6:00 PMdev
white-baker-74307
10/17/2021, 6:01 PMbillowy-army-68599
10/17/2021, 6:01 PMwhite-baker-74307
10/17/2021, 6:01 PMbillowy-army-68599
10/17/2021, 6:01 PMwhite-baker-74307
10/17/2021, 6:01 PMbillowy-army-68599
10/17/2021, 6:02 PMwhite-baker-74307
10/17/2021, 6:03 PM