Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "neonctl", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "CLI tool for NeonDB Cloud management", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,3 +57,3 @@ "use strict"; | ||
const ensureAuth = (props) => __awaiter(void 0, void 0, void 0, function* () { | ||
if (props._[0] === 'auth') { | ||
if (props.token || props._[0] === 'auth') { | ||
return; | ||
@@ -60,0 +60,0 @@ } |
28541