as a user I want to pipe commands for all testkube commands that receive a file ```sh cat << EOF | testkube create webhook --name bruno-test --payload-template - { "text": "event id {{ .Id }}" } EOF ```
as a user I want to pipe commands for all testkube commands that receive a file