Skip to content

Commit e9708be

Browse files
committed
finish
1 parent 0b661fc commit e9708be

Some content is hidden

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

56 files changed

+14267
-31158
lines changed

.github/workflows/autoclose.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

bun.lock

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

index.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,25 +26,25 @@ import { pull } from "./lib/commands/pull.js";
2626
import { run } from "./lib/commands/run.js";
2727
import { push, deploy } from "./lib/commands/push.js";
2828
import { update } from "./lib/commands/update.js";
29-
import { account } from "./lib/commands/account.js";
30-
import { console } from "./lib/commands/console.js";
31-
import { databases } from "./lib/commands/databases.js";
32-
import { functions } from "./lib/commands/functions.js";
33-
import { graphql } from "./lib/commands/graphql.js";
34-
import { health } from "./lib/commands/health.js";
35-
import { locale } from "./lib/commands/locale.js";
36-
import { messaging } from "./lib/commands/messaging.js";
37-
import { migrations } from "./lib/commands/migrations.js";
38-
import { project } from "./lib/commands/project.js";
39-
import { projects } from "./lib/commands/projects.js";
40-
import { proxy } from "./lib/commands/proxy.js";
41-
import { sites } from "./lib/commands/sites.js";
42-
import { storage } from "./lib/commands/storage.js";
43-
import { tablesDB } from "./lib/commands/tables-db.js";
44-
import { teams } from "./lib/commands/teams.js";
45-
import { tokens } from "./lib/commands/tokens.js";
46-
import { users } from "./lib/commands/users.js";
47-
import { vcs } from "./lib/commands/vcs.js";
29+
import { account } from "./lib/commands/services/account.js";
30+
import { console } from "./lib/commands/services/console.js";
31+
import { databases } from "./lib/commands/services/databases.js";
32+
import { functions } from "./lib/commands/services/functions.js";
33+
import { graphql } from "./lib/commands/services/graphql.js";
34+
import { health } from "./lib/commands/services/health.js";
35+
import { locale } from "./lib/commands/services/locale.js";
36+
import { messaging } from "./lib/commands/services/messaging.js";
37+
import { migrations } from "./lib/commands/services/migrations.js";
38+
import { project } from "./lib/commands/services/project.js";
39+
import { projects } from "./lib/commands/services/projects.js";
40+
import { proxy } from "./lib/commands/services/proxy.js";
41+
import { sites } from "./lib/commands/services/sites.js";
42+
import { storage } from "./lib/commands/services/storage.js";
43+
import { tablesdb } from "./lib/commands/services/tablesdb.js";
44+
import { teams } from "./lib/commands/services/teams.js";
45+
import { tokens } from "./lib/commands/services/tokens.js";
46+
import { users } from "./lib/commands/services/users.js";
47+
import { vcs } from "./lib/commands/services/vcs.js";
4848
import searchList from "inquirer-search-list";
4949

5050
inquirer.registerPrompt("search-list", searchList);
@@ -156,7 +156,7 @@ if (process.argv.includes("-v") || process.argv.includes("--version")) {
156156
.addCommand(proxy)
157157
.addCommand(sites)
158158
.addCommand(storage)
159-
.addCommand(tablesDB)
159+
.addCommand(tablesdb)
160160
.addCommand(teams)
161161
.addCommand(tokens)
162162
.addCommand(users)

0 commit comments

Comments
 (0)