neonctl 2.26.3 → 2.26.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/commands/init.js +0 -6
  2. package/package.json +5 -5
package/commands/init.js CHANGED
@@ -15,11 +15,6 @@ export const builder = (yargs) => yargs
15
15
  .option('data', {
16
16
  type: 'string',
17
17
  describe: 'JSON object with a "step" field to route to a specific phase and phase-specific options.',
18
- })
19
- .option('skip-neon-auth', {
20
- type: 'boolean',
21
- default: false,
22
- describe: 'Skip the Neon Auth setup phase.',
23
18
  })
24
19
  .option('skip-migrations', {
25
20
  type: 'boolean',
@@ -59,7 +54,6 @@ export const handler = async (argv) => {
59
54
  if (isAgentMode) {
60
55
  const result = await orchestrate({
61
56
  agent,
62
- skipNeonAuth: argv.skipNeonAuth,
63
57
  skipMigrations: argv.skipMigrations,
64
58
  preview: argv.preview,
65
59
  });
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "git+ssh://git@github.com/neondatabase/neonctl.git"
6
6
  },
7
7
  "type": "module",
8
- "version": "2.26.3",
8
+ "version": "2.26.5",
9
9
  "description": "CLI tool for NeonDB Cloud management",
10
10
  "main": "index.js",
11
11
  "author": "NeonDB",
@@ -59,9 +59,9 @@
59
59
  "dependencies": {
60
60
  "@hono/node-server": "2.0.4",
61
61
  "@neondatabase/api-client": "2.7.1",
62
- "@neondatabase/config": "0.7.2",
63
- "@neondatabase/config-runtime": "0.7.2",
64
- "@neondatabase/env": "0.5.2",
62
+ "@neondatabase/config": "0.8.0",
63
+ "@neondatabase/config-runtime": "0.8.0",
64
+ "@neondatabase/env": "0.6.0",
65
65
  "@segment/analytics-node": "1.3.0",
66
66
  "axios": "1.7.2",
67
67
  "axios-debug-log": "1.0.0",
@@ -71,7 +71,7 @@
71
71
  "cliui": "8.0.1",
72
72
  "diff": "5.2.0",
73
73
  "fflate": "^0.8.3",
74
- "neon-init": "0.16.3",
74
+ "neon-init": "0.17.1",
75
75
  "open": "10.1.0",
76
76
  "openid-client": "6.8.1",
77
77
  "pg-protocol": "^1.14.0",