HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pulumi stack history — Display history for a stack. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandstackhistorypulumi stack historyclimorefordisplay

Problem

How to use the pulumi stack history command: Display history for a stack. More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_stack_history/>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/pulumi stack history

Revisions (0)

No revisions yet.