Re-asking here as I never got a response in <#C84L...
# typescript
m
Re-asking here as I never got a response in #general. I’m also seeing this issue when attempting to init a new project:
Copy code
$ pulumi new aws-typescript
This command will walk you through creating a new Pulumi project.

Enter a value or leave blank to accept the (default), and press <ENTER>.
Press ^C at any time to quit.

project name: (my-project) <org>/my-project
Sorry, '<org>/my-project is not a valid project name. A project name may only contain alphanumeric, hyphens, underscores, and periods.
w
This looks like https://github.com/pulumi/pulumi/issues/2822 Until that is fixed (hopefully very soon - feel free to upvote) - the easiest is probably to
pulumi stack init <org>/<stack>
after the
pulumi new
.
Note that the other question you asked was about
pulumi stack rename
- looks like perhaps the same problem exists there? I'll add a note on that to the issue.
m
Thanks!
stack init
worked after
pulumi new
.