Skip to content

Piping using /dev/stdin doesn't work on WindowsΒ #739

@MaikuMori

Description

@MaikuMori

The "workaround" to get piping to work is not cross-platform.

I highly recommend handling it like kubectl and other tools where you can pass in - as file name which triggers reading from stdin.

So something like echo "asdf" | sops - or echo "asdf" | sops -f -

Is this something you would accept a PR for?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions