Linux command
pulumi-logout 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Logout from current backend
pulumi logout
Logout from specific backend
pulumi logout [url]
Logout from all backends
pulumi logout --all
说明
pulumi logout removes stored credentials for a Pulumi backend. Does not affect deployed resources or state, only local authentication.
参数
- --all
- Logout from all backends.
- --local
- Logout from local backend.
FAQ
What is the pulumi-logout command used for?
pulumi logout removes stored credentials for a Pulumi backend. Does not affect deployed resources or state, only local authentication.
How do I run a basic pulumi-logout example?
Run `pulumi logout` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --all do in pulumi-logout?
Logout from all backends.