1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-22 09:15:22 +02:00

pulumi-console: add page (#17197)

Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
This commit is contained in:
Daniel Guerrero 2025-07-14 21:58:22 -03:00 committed by GitHub
parent 0f9b520b09
commit d290c56ed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,17 @@
# 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]}}`