← 返回命令列表

Linux command

pulumi-console 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Open Pulumi Console in the default browser

pulumi console

Open a specific stack in the console

pulumi console -s [stack_name]

Open the console from a different project directory

pulumi console -C [path/to/project]

说明

pulumi console opens the Pulumi Cloud web console in the default browser. It provides a web-based management interface for viewing and managing stacks, resources, deployment history, and activity logs. If a stack is specified with -s, the console opens directly to that stack's page.

参数

-s, --stack _string_
The name of the stack to view in the console.
-C, --cwd _string_
Run as if pulumi was started in the given directory.
--color _string_
Control colorized output (always, never, raw, auto). Default is auto.
--non-interactive
Disable interactive mode for all commands.

FAQ

What is the pulumi-console command used for?

pulumi console opens the Pulumi Cloud web console in the default browser. It provides a web-based management interface for viewing and managing stacks, resources, deployment history, and activity logs. If a stack is specified with -s, the console opens directly to that stack's page.

How do I run a basic pulumi-console example?

Run `pulumi console` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -s, --stack _string_ do in pulumi-console?

The name of the stack to view in the console.