We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9d2ba commit 5960c54Copy full SHA for 5960c54
opts.go
@@ -66,6 +66,7 @@ type Options struct {
66
IncludeEvents bool `json:"includeEvents"`
67
Prompt bool `json:"prompt"`
68
CredentialOverrides []string `json:"credentialOverrides"`
69
+ CredentialContext []string `json:"credentialContext"`
70
Location string `json:"location"`
71
ForceSequential bool `json:"forceSequential"`
72
}
0 commit comments