first commit
This commit is contained in:
14
node_modules/@n8n/node-cli/dist/commands/cloud-support.d.ts
generated
vendored
Normal file
14
node_modules/@n8n/node-cli/dist/commands/cloud-support.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import { Command } from '@oclif/core';
|
||||
export default class CloudSupport extends Command {
|
||||
static description: string;
|
||||
static examples: string[];
|
||||
static args: {
|
||||
action: import("@oclif/core/lib/interfaces").Arg<string | undefined, Record<string, unknown>>;
|
||||
};
|
||||
run(): Promise<void>;
|
||||
private enableCloudSupport;
|
||||
private disableCloudSupport;
|
||||
private updateEslintConfig;
|
||||
private updateStrictMode;
|
||||
private showCloudSupportStatus;
|
||||
}
|
||||
Reference in New Issue
Block a user