pulumi-stack-hist

Alias for stack deployment history

TLDR

Show stack history
$ pulumi stack history
Show in JSON format
$ pulumi stack history --json
Show specific entries
$ pulumi stack history --page-size [n]

SYNOPSIS

pulumi stack history [options]

DESCRIPTION

pulumi stack history is an alias for pulumi stack history. Shows deployment history for the current stack.

INSTALL

sudo pacman -S pulumi
sudo apk add pulumi
brew install pulumi
nix profile install nixpkgs#pulumi

SEE ALSO

pulumi(1), pulumi-stack-history(1), pulumi-stack(1)