auto
Version:
CLI tools to help facilitate semantic versioning based on GitHub PR labels
7 lines • 372 B
TypeScript
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