If you want to deploy a bunch of stacks to recreat...
# typescript
s
If you want to deploy a bunch of stacks to recreate an entire environment (which is my understanding of what you're trying to do), you might want to check out the Automation API, which allows you to use Pulumi as a dependency in a regular ol' node program: https://www.pulumi.com/docs/guides/automation-api/