@7-docs/cli
Version:
Command-line tool for 7-docs to ingest content
17 lines (16 loc) • 413 B
TypeScript
export declare const parseConfig: () => Promise<{
debug: boolean | undefined;
command: string;
source: string | undefined;
sourceIdentifiers: string[];
ignore: string[];
repo: string;
db: string;
index: string | undefined;
environment: string | undefined;
namespace: string;
input: string;
stream: boolean;
isDryRun: boolean;
isSkipEmbeddings: boolean;
}>;