Run a command with secrets
runWithSecretsRun commands with secret values injected as environment variables, while keeping plaintext secrets out of the model's context. Returns exit code and redacted output.
Instructions
Run a command with named secrets injected as environment variables into the child process. Returns exit code and REDACTED output. Secret values are never exposed to the model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | ||
| command | Yes | ||
| secretNames | Yes |