Skip to content

Commit a33d39d

Browse files
Add mask to ExecCmdOptions (not yet implemented)
1 parent 25bdada commit a33d39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/exec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ export interface ExecCmdOptions {
9191
workingDirectory?: string;
9292
envVars?: Record<string, string>;
9393
throwOnError?: boolean;
94+
/** Value to mask in logs/traces */
95+
mask?: string;
9496
}
9597

9698
// TODO stream the output and watch for cmdsubst> which would indicate a malformed command

0 commit comments

Comments
 (0)