import { CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../definitions'; import { Command } from '../../lib/command'; export declare class IntegrationsDisableCommand extends Command { getMetadata(): Promise<CommandMetadata>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
disable.d.ts | File | 330 B | 0644 |
|
disable.js | File | 2.17 KB | 0644 |
|
enable.d.ts | File | 329 B | 0644 |
|
enable.js | File | 4 KB | 0644 |
|
index.d.ts | File | 279 B | 0644 |
|
index.js | File | 1.41 KB | 0644 |
|
list.d.ts | File | 327 B | 0644 |
|
list.js | File | 2.04 KB | 0644 |
|