Difference between revisions of "Pulumi"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
  [[brew install pulumi/tap/pulumi]]
 
  [[brew install pulumi/tap/pulumi]]
 +
 +
<pre>
 +
pulumi new: creates a new project using a template
 +
pulumi stack: manage your stacks (at least one is required to perform an update)
 +
pulumi config: configure variables such as keys, regions, and so on
 +
pulumi up: preview and deploy changes to your program and/or infrastructure
 +
pulumi preview: preview your changes explicitly before deploying
 +
pulumi destroy: destroy your program and its infrastructure when you’re done
 +
</pre>
  
 
== Related ==
 
== Related ==

Revision as of 21:25, 1 May 2024

Wikipedia:Pulumi (2018 [1], Trends) open source infrastructure as code SDK enables you to create

brew install pulumi/tap/pulumi
pulumi new: creates a new project using a template
pulumi stack: manage your stacks (at least one is required to perform an update)
pulumi config: configure variables such as keys, regions, and so on
pulumi up: preview and deploy changes to your program and/or infrastructure
pulumi preview: preview your changes explicitly before deploying
pulumi destroy: destroy your program and its infrastructure when you’re done

Related

See also

  • https://www.pulumi.com/blog/introducing-pulumi-a-cloud-development-platform/
  • Advertising: