We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec4361 commit fb7dce0Copy full SHA for fb7dce0
packages/cli/src/commands/integration-resource/command.ts
@@ -96,8 +96,8 @@ export const disconnectSubcommand = {
96
} as const;
97
98
export const integrationResourceCommand = {
99
- name: 'integration',
100
- description: 'Manage marketplace integrations',
+ name: 'integration-resource',
+ description: 'Manage marketplace integration resources',
101
options: [],
102
arguments: [
103
{
0 commit comments