modern-bear-85657
07/15/2019, 6:58 PM$ 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.
white-balloon-205
07/15/2019, 7:24 PMpulumi stack init <org>/<stack>
after the pulumi new
.pulumi stack rename
- looks like perhaps the same problem exists there? I'll add a note on that to the issue.modern-bear-85657
07/15/2019, 7:28 PMstack init
worked after pulumi new
.