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 281b2dc commit be8b784Copy full SHA for be8b784
lib/commands/organizations/index.js
@@ -9,7 +9,7 @@ import { getDefaultKey, setupSdk } from '../../utils/sdk.js'
9
10
/** @type {import('../../utils/meow-with-subcommands.js').CliSubcommand} */
11
export const organizations = {
12
- description: 'List organizations',
+ description: 'List organizations associated with the API key used',
13
async run (argv, importMeta, { parentName }) {
14
const name = parentName + ' organizations'
15
0 commit comments