Are there any examples of what options I can pass to the `-c` option for starting a new pulumi proj...
b
Are there any examples of what options I can pass to the
-c
option for starting a new pulumi project? example command
Copy code
pulumi new aws-python -n test -c .....
I want to start a pulumi python project and configure the
main
and
venv
option in the Pulumi.yaml file at project creation.