mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-07 17:45:43 +00:00
23 lines
518 B
Plaintext
23 lines
518 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pulumi console
|
|
|
|
> Open a stack in the Pulumi Console (cloud or self-hosted).
|
|
> It gives you instructions to migrate if not available for your backend.
|
|
> More information: <https://www.pulumi.com/docs/iac/cli/commands/pulumi_console/>.
|
|
|
|
- Open the current stack:
|
|
|
|
`pulumi console`
|
|
|
|
- Open the console for a specific stack:
|
|
|
|
`pulumi console {{[-s|--stack]}} {{stack_name}}`
|
|
|
|
- Display help:
|
|
|
|
`pulumi console {{[-h|--help]}}`
|