Warn API key users and bump version to 2.1.5
This commit is contained in:
@@ -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(
|
const credentialCount = await askPositiveInteger(
|
||||||
ask,
|
ask,
|
||||||
`How many ${authMode === 'apiKeys' ? 'API keys' : 'service accounts'} do you want to add? `
|
`How many ${authMode === 'apiKeys' ? 'API keys' : 'service accounts'} do you want to add? `
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "google-sheets-rate-assistant",
|
"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.",
|
"description": "Pull Google Sheets data and export to CSV with configurable schedules and rate limiting.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": "index.js",
|
"bin": "index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user