stocky-butcher-62635
04/04/2022, 3:53 PMpulumi
command to read.
And it needs AzureCLI installing
So what about the yml files? Thre seems to be some information that's written in C# and some more information that's written in yml?billowy-army-68599
Pulumi.yaml
tells the Pulumi CLI some metadata about the project like the language runtime to use (as we support other languages) and a name and description for the projectPulumi.{production|test}.yaml
files are stack configuration, you can read more about this here: https://www.pulumi.com/docs/intro/concepts/stack/stocky-butcher-62635
04/04/2022, 3:58 PMcd
to that location and pulumi stack ls
then it says something about the other two yml files and gives URLs for <http://app.pulumi.com|app.pulumi.com>
, so is the pulumi website involved in this somehow?billowy-army-68599
stocky-butcher-62635
04/04/2022, 4:10 PMbillowy-army-68599
pulumi login
first and authenticatestocky-butcher-62635
04/04/2022, 4:15 PMbillowy-army-68599
pulumi preview
on one of the stacks once you've authenticated to Azurestocky-butcher-62635
04/05/2022, 8:15 AM