Warn API key users and bump version to 2.1.5

This commit is contained in:
2026-07-18 12:06:18 +01:00
parent 5e6b5d37d1
commit 2dfe6aac03
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -159,6 +159,11 @@ async function runOnboarding() {
]
);
if (authMode === 'apiKeys') {
console.log('Warning: when using API keys, the spreadsheet must be publicly accessible.');
console.log('');
}
const credentialCount = await askPositiveInteger(
ask,
`How many ${authMode === 'apiKeys' ? 'API keys' : 'service accounts'} do you want to add? `