Skip to content

Commit

Permalink
docs(changeset): fix skipListUsageSecurity flag in konfig fix (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiechayes authored Feb 8, 2024
1 parent 93935f0 commit 105a499
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions generator/konfig-dash/.changeset/spotty-baboons-cheer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'konfig-cli': patch
---

fix skipListUsageSecurity flag in konfig fix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export async function executeFixCommand(options: FixOptions): Promise<void> {
useAIForOperationId:
(options.useAIForOperationId || options.noInput) ?? false,
noInput: options.noInput ?? false,
skipListUsageSecurity: options.skipListUsageSecurity ?? true,
}

if (flags.useAIForOperationId && process.env.OPENAI_API_KEY === undefined) {
Expand Down

0 comments on commit 105a499

Please sign in to comment.