This commit is contained in:
Haitao Pan 2023-03-22 11:57:41 +08:00
parent 14da083af1
commit 02c5b5bd96

View File

@ -21,7 +21,7 @@ from pulumi_command import local
def get_env( name ):
result = local.Command(
"command",
"cmd",
create=f'printenv {name}'
)
return result.stdout