snippetbashTip
pulumi console — Open a stack in the Pulumi Console (cloud or self-hosted). It gives you instructions to migrate if n
Viewed 0 times
thepulumi consolecommandstackcliconsoleopenpulumi
Problem
How to use the
pulumi console command: 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/>.Solution
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 consoleOpen the console for a specific stack:
pulumi console {{[-s|--stack]}} {{stack_name}}Display help:
pulumi console {{[-h|--help]}}Code Snippets
Open the current stack
pulumi consoleOpen the console for a specific stack
pulumi console {{[-s|--stack]}} {{stack_name}}Display help
pulumi console {{[-h|--help]}}Context
tldr-pages: common/pulumi console
Revisions (0)
No revisions yet.