Skip to content

Disable interactivity for non-TTY #3047

Description

@imhoffd

Right now we're disabling interactivity in the CLI (by automatically specifying the --no-interactive flag) when CI is detected:

if (isCI || configData.interactive === false) {
flags.interactive = false;
}

But this should be extended to the case where process.stdout is simply not a TTY at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions