We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5855fd4 commit 3c7f2f3Copy full SHA for 3c7f2f3
2 files changed
lib/commands/index.js
@@ -12,3 +12,4 @@ export * from './scan/index.js'
12
export * from './audit-log/index.js'
13
export * from './repos/index.js'
14
export * from './dependencies/index.js'
15
+export * from './organizations/index.js'
lib/commands/organizations/index.js
@@ -7,7 +7,7 @@ import ora from 'ora'
7
import { handleApiCall, handleUnsuccessfulApiResponse } from '../../utils/api-helpers.js'
8
import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
9
10
-/** @type {import('../../utils/meow-with-subcommands').CliSubcommand} */
+/** @type {import('../../utils/meow-with-subcommands.js').CliSubcommand} */
11
export const organizations = {
description: 'List organizations',
async run (argv, importMeta, { parentName }) {
0 commit comments