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

17 lines
898 B
HTML
Raw Permalink Normal View History

2023-05-18 11:36:01 -07:00
<div class="note note-info">
<div class="icon-and-line">
<i class="fas fa-info-circle"></i>
<div class="line"></div>
</div>
2023-05-18 11:36:01 -07:00
<div class="content">
<p>
2023-06-21 15:50:49 -07:00
If you are using the <a href="{{ relref . "/docs/pulumi-cloud/" }}" target="_blank">Pulumi Cloud backend</a>, you can follow the "View in Browser" link displayed in the
CLI output. This will open the update in <a href="https://app.pulumi.com/" target="_blank">Pulumi Cloud</a>, where you can view the output and explore detailed
information about your stack such as its activity, resources, and configuration.
</p>
<a href="/images/getting-started/console-update.png" , target="_blank">
<img src="/images/getting-started/console-update.png" alt="A stack update with console output, as shown in the Pulumi Service" />
</a>
</div>
</div>