Skip to content

Commit c1eb355

Browse files
committed
Added datastore command into the index
1 parent 943e153 commit c1eb355

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/cli-test/src/cli/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import app from './commands/app';
77
import auth from './commands/auth';
88
import collaborator from './commands/collaborator';
99
import { create } from './commands/create';
10+
import datastore from './commands/datastore';
1011
import env from './commands/env';
1112
import externalAuth from './commands/external-auth';
1213
import func from './commands/function';
@@ -22,6 +23,7 @@ export const SlackCLI = {
2223
auth,
2324
collaborator,
2425
create,
26+
datastore,
2527
env,
2628
externalAuth,
2729
function: func,

0 commit comments

Comments
 (0)