pulumi-stack-history, pulumi-stack-hist: add page and alias (#18088)

This commit is contained in:
Nelson Figueroa
2025-09-14 06:42:53 -07:00
committed by GitHub
parent ccd5e30a2a
commit e1f4842eae
2 changed files with 31 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# pulumi stack hist
> This command is an alias of `pulumi stack history`.
- View documentation for the original command:
`tldr pulumi stack history`
+24
View File
@@ -0,0 +1,24 @@
# pulumi stack history
> Display history for a stack.
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_stack_history/>.
- Display history for the current stack:
`pulumi stack {{[hist|history]}}`
- Display history for the current stack showing full dates instead of relative dates:
`pulumi stack {{[hist|history]}} --full-dates`
- Display history for the current stack in JSON format:
`pulumi stack {{[hist|history]}} {{[-j|--json]}}`
- Display history for a specific stack:
`pulumi stack {{[hist|history]}} {{[-s|--stack]}} {{stack_name}}`
- Display help:
`pulumi stack {{[hist|history]}} {{[-h|--help]}}`