UNPKG

sfdx-hardis

Version:

Swiss-army-knife Toolbox for Salesforce. Allows you to define a complete CD/CD Pipeline. Orchestrate base commands and assist users with interactive wizards

4 lines (3 loc) 292 B
import { CommonPullRequestInfo } from "../gitProvider/index.js"; export declare function getPullRequestScopedSfdxHardisConfig(pr: CommonPullRequestInfo): Promise<object | null>; export declare function listAllPullRequestsForCurrentScope(checkOnly: boolean): Promise<CommonPullRequestInfo[]>;