great-sunset-355
06/22/2021, 7:38 AMpulumi config
any other way than invoking cli?
For example can I restore the remote config from the local?steep-sunset-89396
06/22/2021, 9:07 AMgreat-sunset-355
06/22/2021, 9:52 AMconfig:
project:database:
app:
password:
secure: AAABAOeZOoIfFiQ+2w94NwR7TVMcqbib8cM3ihg5y6rg/Dgavu6J
user: app
I need to run
pulumi config set-all --path \
--secret database.app.password=encoded \
--plaintext database.migrator.user=mgr \
--secret database.migrator.password=scrt
My question is if I can manage this without using CLI, and just simply edit the file locally to make it synchronize - especially for plain text variables