File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ export * from './scan/index.js'
12
12
export * from './audit-log/index.js'
13
13
export * from './repos/index.js'
14
14
export * from './dependencies/index.js'
15
+ export * from './organizations/index.js'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import ora from 'ora'
7
7
import { handleApiCall , handleUnsuccessfulApiResponse } from '../../utils/api-helpers.js'
8
8
import { getDefaultKey , setupSdk } from '../../utils/sdk.js'
9
9
10
- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
10
+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
11
11
export const organizations = {
12
12
description : 'List organizations' ,
13
13
async run ( argv , importMeta , { parentName } ) {
You can’t perform that action at this time.
0 commit comments