Quick Example
Core Operations
List Secrets
Return metadata for all available secrets (no values).Get Secret Value
Retrieve the actual value for a named secret.Best Practices
- Never print or log secret values.
- Prefer descriptive but non-revealing names and environment prefixes.
- Fetch secret values only at execution time and keep them in memory as short as possible.