Is it possible to inject variables from the comman...
# getting-started
s
Is it possible to inject variables from the command line like with terraform input variables? Or is the way to go, to read in my stack stuff from the environment? Which is good for pipelines, but I guess when invoking it from my shell I’m going to forget it?
Ah, I was blind, there is a -c option, but how do I use this with the pulumi Github Action?