pulumi stack
Manage stacks
Subcommands
| Name | Description | 
|---|---|
| change-secrets-provider | Change the secrets provider for the current stack | 
| export | Export a stack’s deployment to standard out | 
| graph | Export a stack’s dependency graph to a file | 
| history | [PREVIEW] Display history for a stack | 
| import | Import a deployment from standard in into an existing stack | 
| init | Create an empty stack with the given name, ready for updates | 
| ls | List stacks | 
| output | Show a stack’s output properties | 
| rename | Rename an existing stack | 
| rm | Remove a stack and its configuration | 
| select | Switch the current workspace to the given stack | 
| tag | Manage stack tags | 
Options
| Name | Description | 
|---|---|
| --color  <mode> | Colorize output. Choices are: always, never, raw, auto (default "auto") | 
| -C, --cwd  <path> | Run pulumi as if it had been started in another directory | 
| --disable-integrity-checking | Disable integrity checking of checkpoint files | 
| -e, --emoji | Enable emojis in the output | 
| --logflow | Flow log settings to child processes (like plugins) | 
| --logtostderr | Log to stderr instead of to files | 
| --non-interactive | Disable interactive mode for all commands | 
| --profiling | Emit CPU and memory profiles and an execution trace to '[filename].[pid].{cpu,mem,trace}', respectively | 
| --tracing  <file> | Emit tracing to the specified endpoint. Use the file: scheme to write tracing data to a local file | 
| -v, --verbose  <int> | Enable verbose logging (e.g., v=3); anything >3 is very verbose | 
| -s, --stack  <stack-name> | The name of the stack to operate on. Defaults to the current stack | 
| --show-name | Display only the stack name | 
| --show-secrets | Display stack outputs which are marked as secret in plaintext | 
| -i, --show-ids | Display each resource's provider-assigned unique ID | 
| -u, --show-urns | Display each resource's Pulumi-assigned globally unique URN |