Comparing version 1.11.1 to 1.11.2
@@ -39,2 +39,3 @@ import yargs from 'yargs'; | ||
describe: 'The API host', | ||
hidden: true, | ||
default: 'https://console.neon.tech/api/v2', | ||
@@ -52,2 +53,3 @@ }) | ||
description: 'URL to Neon OAuth host', | ||
hidden: true, | ||
default: 'https://oauth2.neon.tech', | ||
@@ -57,2 +59,3 @@ }) | ||
description: 'OAuth client id', | ||
hidden: true, | ||
type: 'string', | ||
@@ -59,0 +62,0 @@ default: defaultClientID, |
@@ -8,3 +8,3 @@ { | ||
"type": "module", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "CLI tool for NeonDB Cloud management", | ||
@@ -11,0 +11,0 @@ "main": "index.js", |
69545
1699