@pulumi/command
Version:
[](https://github.com/pulumi/pulumi-command/actions) [](https://slack.pulumi.com) [ • 375 B
TypeScript
export { CommandArgs } from "./command";
export type Command = import("./command").Command;
export declare const Command: typeof import("./command").Command;
export { RunArgs, RunResult, RunOutputArgs } from "./run";
export declare const run: typeof import("./run").run;
export declare const runOutput: typeof import("./run").runOutput;
export * from "../types/enums/local";