17 lines
898 B
HTML
17 lines
898 B
HTML
<div class="note note-info">
|
|
<div class="icon-and-line">
|
|
<i class="fas fa-info-circle"></i>
|
|
<div class="line"></div>
|
|
</div>
|
|
<div class="content">
|
|
<p>
|
|
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>
|