Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
651 B
HTML
Raw Permalink Normal View History

{{ .Inner }}
<p>You also learned how to work with the Pulumi CLI. To recap:</p>
<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>
<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>