We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943e153 commit c1eb355Copy full SHA for c1eb355
packages/cli-test/src/cli/index.ts
@@ -7,6 +7,7 @@ import app from './commands/app';
7
import auth from './commands/auth';
8
import collaborator from './commands/collaborator';
9
import { create } from './commands/create';
10
+import datastore from './commands/datastore';
11
import env from './commands/env';
12
import externalAuth from './commands/external-auth';
13
import func from './commands/function';
@@ -22,6 +23,7 @@ export const SlackCLI = {
22
23
auth,
24
collaborator,
25
create,
26
+ datastore,
27
env,
28
externalAuth,
29
function: func,
0 commit comments