UNPKG

auto

Version:

CLI tools to help facilitate semantic versioning based on GitHub PR labels

7 lines 372 B
#!/usr/bin/env node import { ApiOptions } from "@auto-it/core"; /** Spin up the "auto" node API and provide it the parsed CLI args. */ export declare function execute(command: string, args: ApiOptions): Promise<void>; /** Run "auto" for a given command. */ export declare function runCli(command: string, args: ApiOptions): Promise<void>; //# sourceMappingURL=run.d.ts.map