Warn API key users and bump version to 2.1.5
build-windows-exe / build (push) Successful in 26s

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? `
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "google-sheets-rate-assistant",
"version": "2.1.3",
"version": "2.1.5",
"description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.",
"main": "index.js",
"bin": "index.js",