Forrest logo
back to context overview

pulumi

List of commands for pulumi:

  • pulumi:tldr:09fef pulumi: Configure variables (e.g. keys, regions, etc.) interactively.
    $ pulumi config
    try on your machine
    explain this command
  • pulumi:tldr:3fd76 pulumi: Preview and deploy changes to a program and/or infrastructure.
    $ pulumi up
    try on your machine
    explain this command
  • pulumi:tldr:7232e pulumi: Preview deployment changes without performing them (dry-run).
    $ pulumi preview
    try on your machine
    explain this command
  • pulumi:tldr:8a2aa pulumi: Create a new project using a template.
    $ pulumi new
    try on your machine
    explain this command
  • pulumi:tldr:ded4e pulumi: Destroy a program and its infrastructure.
    $ pulumi destroy
    try on your machine
    explain this command
  • pulumi:tldr:fcfd3 pulumi: Create a new stack using an isolated deployment target.
    $ pulumi stack init
    try on your machine
    explain this command
back to context overview