System Grab Bag

View all TLDR pages from common (or from all pages)

pulumi

Define infrastructure on any cloud using familiar programming languages. More information: https://www.pulumi.com/docs/reference/cli.
  • Create a new project using a template:
    pulumi new
  • Create a new stack using an isolated deployment target:
    pulumi stack init
  • Configure variables (e.g. keys, regions, etc.) interactively:
    pulumi config
  • Preview and deploy changes to a program and/or infrastructure:
    pulumi up
  • Preview deployment changes without performing them (dry-run):
    pulumi preview
  • Destroy a program and its infrastructure:
    pulumi destroy

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.