Skip to content

Commit

Permalink
Added datastore command into the index (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
cchensh authored Oct 2, 2024
2 parents da9100d + c1eb355 commit 1ea24e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli-test/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import app from './commands/app';
import auth from './commands/auth';
import collaborator from './commands/collaborator';
import { create } from './commands/create';
import datastore from './commands/datastore';
import env from './commands/env';
import externalAuth from './commands/external-auth';
import func from './commands/function';
Expand All @@ -22,6 +23,7 @@ export const SlackCLI = {
auth,
collaborator,
create,
datastore,
env,
externalAuth,
function: func,
Expand Down

0 comments on commit 1ea24e2

Please sign in to comment.