pulumi-config
Verified for current stable LTS
Pulumi Config Command: View Current Configuration Json
Use for view current configuration json with Pulumi Config. Exact CLI syntax to view current configuration json using Pulumi Config.
When to use this: Use for view current configuration json with Pulumi Config.
Command Syntax
pulumi config -j pulumi config -j Command Breakdown
-j- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to view current configuration json using Pulumi Config.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Pulumi Config Command: Get Configuration Value
pulumi config get <key> Pulumi Config Command: Remove Configuration Value pulumi config rm <key> Pulumi Config Command: Remove Multiple Configuration Values From File pulumi config --config-file <path/to/file> rm-all <key1 key2 ...> Pulumi Config Command: Set Configuration From File cat <path/to/file> | pulumi config set <key> Pulumi Config Command: Set Secret Configuration Value pulumi config set --secret <key> <S3cr37_value>