@@ -26,25 +26,25 @@ import { pull } from "./lib/commands/pull.js";
2626import { run } from "./lib/commands/run.js" ;
2727import { push , deploy } from "./lib/commands/push.js" ;
2828import { 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" ;
4848import searchList from "inquirer-search-list" ;
4949
5050inquirer . 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