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'
1212export * from './audit-log/index.js'
1313export * from './repos/index.js'
1414export * 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'
77import { handleApiCall , handleUnsuccessfulApiResponse } from '../../utils/api-helpers.js'
88import { getDefaultKey , setupSdk } from '../../utils/sdk.js'
99
10- /** @type {import('../../utils/meow-with-subcommands').CliSubcommand } */
10+ /** @type {import('../../utils/meow-with-subcommands.js ').CliSubcommand } */
1111export const organizations = {
1212 description : 'List organizations' ,
1313 async run ( argv , importMeta , { parentName } ) {
You can’t perform that action at this time.
0 commit comments