How to pass CLI arguments to my Pulumi code?

Viewed 23

For instance, can I write something like pulumi up -ec2_count=15 so that ec2_count is my custom arg I interpret in my Pulumi code?

I couldn't find such capability in their docs, but it's strange that it's not possible...

0 Answers
Related