Skip to content
# Type Alias: PgDumpCommandPreview

PgDumpCommandPreview = object

Defined in: packages/ddl-pull-pg-dump/src/index.ts:28

Executable and redacted arguments suitable for logs or diagnostics.

Properties

command

command: string

Defined in: packages/ddl-pull-pg-dump/src/index.ts:29


args

args: string[]

Defined in: packages/ddl-pull-pg-dump/src/index.ts:30

Released under the MIT License.