Hi! I was wondering if it is possible to use the S...
# general
d
Hi! I was wondering if it is possible to use the SDK to deploy changes instead of using the CLI (e.g. pulumi up)?
w
Currently you need to deploy using
pulumi up
. You can (and many people do) use the CLI in programmatic workflows - shelling out to it and using
—json
to get machine-readable outputs.
d
Is there any plan to allow the deployment to be available through the SDKs eventually?
c