Skip to content

Commit 8c29fb0

Browse files
authored
feat: CLI update for version 23.0.0 (#342)
* chore: update Command Line SDK to 23.0.0 * chore: update Command Line SDK to 23.0.0 * chore: update Command Line SDK to 23.0.0
1 parent b52cc65 commit 8c29fb0

91 files changed

Lines changed: 381 additions & 1039 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions

README.md

Lines changed: 4 additions & 4 deletions

bun.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import { backups } from './lib/commands/services/backups.js';
4040
import { databases } from './lib/commands/services/databases.js';
4141
import { functions } from './lib/commands/services/functions.js';
4242
import { graphql } from './lib/commands/services/graphql.js';
43-
import { health } from './lib/commands/services/health.js';
4443
import { locale } from './lib/commands/services/locale.js';
4544
import { messaging } from './lib/commands/services/messaging.js';
4645
import { migrations } from './lib/commands/services/migrations.js';
@@ -50,7 +49,6 @@ import { organization } from './lib/commands/services/organization.js';
5049
import { organizations } from './lib/commands/services/organizations.js';
5150
import { presences } from './lib/commands/services/presences.js';
5251
import { project } from './lib/commands/services/project.js';
53-
import { projects } from './lib/commands/services/projects.js';
5452
import { proxy } from './lib/commands/services/proxy.js';
5553
import { sites } from './lib/commands/services/sites.js';
5654
import { storage } from './lib/commands/services/storage.js';
@@ -214,7 +212,6 @@ if (process.argv.includes('-v') || process.argv.includes('--version')) {
214212
.addCommand(databases)
215213
.addCommand(functions)
216214
.addCommand(graphql)
217-
.addCommand(health)
218215
.addCommand(locale)
219216
.addCommand(messaging)
220217
.addCommand(migrations)
@@ -224,7 +221,6 @@ if (process.argv.includes('-v') || process.argv.includes('--version')) {
224221
.addCommand(organizations)
225222
.addCommand(presences)
226223
.addCommand(project)
227-
.addCommand(projects)
228224
.addCommand(proxy)
229225
.addCommand(sites)
230226
.addCommand(storage)
Lines changed: 5 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)