Preview pulumi/pulumi-nodejs $npm install$pulumi preview -s $PULUMI_STACK | tee preview$printf '```\n%b\n```\n' "$(cat preview)" | buildkite-agent annotate --style "info"
Deploy pulumi/pulumi-nodejs $npm install$pulumi stack select $PULUMI_STACK$pulumi up -s $PULUMI_STACK --yes
Press enter or space to select a node.You can then use the arrow keys to move the node around. Press delete to remove it and escape to cancel.
Press enter or space to select an edge. You can then press delete to remove it or escape to cancel.