`pulumi stack rename` seems kinda busted for me fo...
# general
t
pulumi stack rename
seems kinda busted for me for a stack in an organization. First, there's a simple bug in the error message if I put the wrong organization name in the new-stack-name - it reverses the "new stack owner" and "existing owner" fields. But if include the correct owner in the new name, it tells me I don't have permission [403], which is bizarre considering the web shows me as the "Stack Creator" with "Stack admin access".
b
are you using the fully qualified name with org, project, and new stack name?
t
I'm using the
org/stack
format. The project name is confusingly implicit.
b
noticed this kind of confusing note at the top of the docs, not sure if that's helpful for you https://www.pulumi.com/docs/reference/cli/pulumi_stack_rename/
t
Thanks for pointing that out. The note about "Because rename..." seems to be about downstream side-effects of other things depending on the name. Which I'm fine with.
b
k, sry i couldnt help. would be rad if you opened up an issue https://github.com/pulumi/pulumi
t
will do