Skip to content

Commit 5960c54

Browse files
committed
add credentialcontext to run options
Signed-off-by: Grant Linville <[email protected]>
1 parent 3e9d2ba commit 5960c54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opts.go

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ type Options struct {
6666
IncludeEvents bool `json:"includeEvents"`
6767
Prompt bool `json:"prompt"`
6868
CredentialOverrides []string `json:"credentialOverrides"`
69+
CredentialContext []string `json:"credentialContext"`
6970
Location string `json:"location"`
7071
ForceSequential bool `json:"forceSequential"`
7172
}

0 commit comments

Comments
 (0)