UNPKG

@pulumi/command

Version:

[![Actions Status](https://github.com/pulumi/pulumi-command/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-command/actions) [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://bad

20 lines (19 loc) 453 B
export declare const Logging: { /** * Capture stdout in logs but not stderr */ readonly Stdout: "stdout"; /** * Capture stderr in logs but not stdout */ readonly Stderr: "stderr"; /** * Capture stdout and stderr in logs */ readonly StdoutAndStderr: "stdoutAndStderr"; /** * Capture no logs */ readonly None: "none"; }; export type Logging = (typeof Logging)[keyof typeof Logging];