Skip to content

ee shell not working on SSH due to TTY allocation #16

@kirtangajjar

Description

@kirtangajjar

The following command fails -

ssh root@example.com "ee shell example.com --command='wp site list'"

Output:
the input device is not a TTY

To mitigate it, we have to disable TTY allocation when we run ee shell command with --command flag. We should use -T flag of docker-compose to implement it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions