From 6bddfde2ada49b01cac3291962c9188137afac6f Mon Sep 17 00:00:00 2001 From: Sam Sternberg Date: Thu, 13 Nov 2025 11:03:16 -0500 Subject: [PATCH] Change default for service account creation to true MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update default value from false to true for --create-service-account option and interactive prompt. Service accounts are essential for data operations (insert, deidentify, reidentify), so creating them by default provides a better out-of-box experience. Fixes #18 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/commands/createVault.ts | 2 +- src/utils/prompts.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/createVault.ts b/src/commands/createVault.ts index 3bc6ed6..23a7d7a 100644 --- a/src/commands/createVault.ts +++ b/src/commands/createVault.ts @@ -16,7 +16,7 @@ export const createVaultCommand = (program: Command): void => { .option('--template