cinch push
cinch push reads from stdin and sends the content to the relay server.
<command> | cinch pushExamples
Section titled “Examples”# Push textecho "meeting notes" | cinch push
# Push file contentscat report.csv | cinch push
# Push git diffgit diff HEAD~1 | cinch push
# Push command outputhostname | cinch push