pulumi-stack-history
View stack deployment history
TLDR
Show stack deployment history
$ pulumi stack history
Show in JSON format$ pulumi stack history --json
Show specific number of entries$ pulumi stack history --page-size [n]
Show history for specific stack$ pulumi stack history -s [stack]
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
pulumi(1), pulumi-stack(1)
