If I use the local state backend with `pulumi logi...
# general
l
If I use the local state backend with
pulumi login file://<path>
, does
<path>
represent an absolute path, or can I use a relative one too? If so, how? I tried
file:./state
, but I only get
.pulumi
folder created in my current folder, not in a
state
subfolder.