I am new to Pulumi, and I want to change the apiKey value in Pulumi. prod.yaml.
From the Pulumi documentation, I saw that with this command I can change: pulumi config set apiKey "value" --secret.
I'm not sure how I should do it.
Any help would be appreciated!