fast-motherboard-21624
04/12/2019, 7:31 AMgentle-diamond-70147
04/12/2019, 6:48 PMwhite-balloon-205
pulumi
CLI.
The best way today to automate stack operations is to shell out to the pulumi
CLI. You can of course do that from any language you want. Many CLI commands accept --json
parameter to provide their results as machine-readable JSON so they can be processed from code.
We are looking at options to allow driving deployments directly via the JS/Python/Go SDKs. But our immediate focus is on enabling the CLI to be easily invoked programmatically - as this unlocks the full flexibility of the existing CLI and engine from any language ecosystem (albeit with a little more ceremony).fast-motherboard-21624
04/13/2019, 4:04 AMwhite-balloon-205
fast-motherboard-21624
04/13/2019, 6:40 PMgentle-diamond-70147
04/16/2019, 9:57 PM