2019-09-30 12:46:19 -07:00
{{ .Inner }}
2022-06-01 10:58:20 -07:00
< p > You also learned how to work with the Pulumi CLI. To recap:< / p >
2019-09-30 12:46:19 -07:00
< ul >
< li > Run {{ "`pulumi new < cloud > -< language > --name myproject`" | markdownify }} to create a new project from a language and cloud template.< / li >
< li > Run {{ "`pulumi up`" | markdownify }} to preview and update your infrastructure.< / li >
< li > Run {{ "`pulumi destroy`" | markdownify }} to clean up your resources.< / li >
< li > Run {{ "`pulumi stack rm`" | markdownify }} to delete your stack.< / li >
< / ul >
2022-06-01 10:58:20 -07:00
< p > For a similar example in other languages and clouds, see the < a href = "https://github.com/pulumi/examples" target = "_blank" > Pulumi examples repo< / a > .< / p >