Difference between revisions of "Pulumi"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Wikipedia:Pulumi]]  ([[2018]] <ref>https://www.pulumi.com/blog/introducing-pulumi-a-cloud-development-platform/</ref>, [https://trends.google.com/trends/explore?date=today%205-y&q=Pulumi Trends]) open source [[infrastructure as code]] SDK enables you to create
 
[[Wikipedia:Pulumi]]  ([[2018]] <ref>https://www.pulumi.com/blog/introducing-pulumi-a-cloud-development-platform/</ref>, [https://trends.google.com/trends/explore?date=today%205-y&q=Pulumi Trends]) open source [[infrastructure as code]] SDK enables you to create
  
 +
* https://www.pulumi.com/
 
* Changelog: https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md
 
* Changelog: https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md
 +
 +
* [[Pulumi ESC]]
 +
* Installation: <code>[[brew install pulumi/tap/pulumi]]</code>
 +
 +
 +
* <code>[[pulumi new]]</code>: creates a new project using a template
 +
* <code>[[pulumi stack]]</code>: manage your stacks (at least one is required to perform an update)
 +
* <code>[[pulumi config]]</code>: configure variables such as keys, regions, and so on
 +
* <code>[[pulumi up]]</code>: preview and deploy changes to your program and/or infrastructure
 +
* <code>[[pulumi preview]]</code>: preview your changes explicitly before deploying
 +
* <code>[[pulumi destroy]]</code>: destroy your program and its infrastructure when you’re done
  
 
== Related ==
 
== Related ==
Line 8: Line 20:
  
 
== See also ==
 
== See also ==
 +
* {{Pulumi}}
 
* {{IaC}}
 
* {{IaC}}
  
 
[[Category:IaC]]
 
[[Category:IaC]]

Latest revision as of 20:57, 15 May 2024

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


  • 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[edit]

See also[edit]

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