@atomist/sdm-core
Version: 
Atomist Software Delivery Machine - Implementation
9 lines • 359 B
TypeScript
import { GoalWithFulfillment } from "@atomist/sdm";
import { ContainerSecrets } from "./container";
export interface ExecuteRegistration {
    cmd: string;
    args: string | string[];
    secrets?: ContainerSecrets;
}
export declare function execute(name: string, registration: ExecuteRegistration): GoalWithFulfillment;
//# sourceMappingURL=execute.d.ts.map