secrets_view_redacted
Display secret configuration files with all values redacted to '***'. Shows unified merged view of all project secrets or a specific file when path is provided.
Instructions
Show secrets TOML with every value replaced by '***'.
Without path: returns the unified merged view across all project secret files (read-only, shows effective configuration). With path: returns that single file redacted. Use secrets_list to discover file paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Absolute path to a specific secrets file (from secrets_list). Omit to get the unified merged view of all secret files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |