UNPKG

@capgo/cli

Version:
17 lines (16 loc) 563 B
import type { Command } from 'commander'; export interface OnboardingCheckOptions { cwd: string; command: string; attemptId?: string; attemptIds?: string[]; appId?: string; apikey?: string; capacitorConfig?: string; packageJson?: string; mainFile?: string; supaHost?: string; supaAnon?: string; } export declare function startOnboardingCheck(command: Command, commandPath: string, workerUrl: URL, attemptIds?: string[]): void; export declare function startOnboardingChecks(command: Command, commandPath: string): void;