LinuxCommandLibrary

pulumi-stack-history

View stack deployment history

TLDR

Show stack deployment history

$ pulumi stack history
copy
Show in JSON format
$ pulumi stack history --json
copy
Show specific number of entries
$ pulumi stack history --page-size [n]
copy
Show history for specific stack
$ pulumi stack history -s [stack]
copy

SYNOPSIS

pulumi stack history [options]

DESCRIPTION

pulumi stack history displays deployment history for a stack. Shows updates, previews, and operations with timestamps, results, and resource changes.

PARAMETERS

-s, --stack name

Target stack.
--json
Output as JSON.
--page-size n
Number of entries to show.
--page n
Page number.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community