UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

25 lines 804 B
import { Spawner } from '../../util'; import { TargetConfig, TargetJsonFileReturnType } from '../../core/app'; export declare const APP_IGNORE_FILES: string[]; export declare function appInstallComponent(props: { yes: boolean; clean: boolean; pull: boolean; source: boolean; models: boolean; docker: boolean; venv: boolean; excludes?: string[]; }): Promise<void>; export declare function buildDocker(props: { targetCfg: TargetConfig; targetJsonFile: TargetJsonFileReturnType; targetHostSpawner: Spawner; pull: boolean; }): Promise<void>; export declare function installVenv(props: { targetCfg: TargetConfig; sourceSpawner: Spawner; targetJsonFile: TargetJsonFileReturnType; }): Promise<void>; //# sourceMappingURL=app-install-component.d.ts.map