Hello 👋 does anyone know if there is a way to create a project with the CLI without generating files? I have existing pulumi project code I want to create a new project for. Like maybe…
pulumi new --skip-template-files
so I could run it in a directory that already has code, and see the new project in the console.