← 返回命令列表

Linux command

pulumi-stack-history 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

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]

说明

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

参数

-s, --stack _name_
Target stack.
--json
Output as JSON.
--page-size _n_
Number of entries to show.
--page _n_
Page number.

FAQ

What is the pulumi-stack-history command used for?

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

How do I run a basic pulumi-stack-history example?

Run `pulumi stack history` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --stack _name_ do in pulumi-stack-history?

Target stack.