1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/common/slackcat.md

21 lines
665 B
Markdown
Raw Normal View History

# slackcat
> 파일 및 명령 출력을 Slack에 전달하는 도구.
> 더 많은 정보: <https://github.com/bcicen/slackcat>.
- 파일을 Slack에 게시:
`slackcat --channel {{채널_이름}} {{경로/대상/파일}}`
- 사용자 지정 파일 이름으로 파일을 Slack에 게시:
`slackcat --channel {{채널_이름}} --filename={{파일_이름}} {{경로/대상/파일}}`
- 명령 출력을 텍스트 스니펫으로 Slack에 파이프:
`{{명령어}} | slackcat --channel {{채널_이름}} --filename={{스니펫_이름}}`
- 명령 출력을 Slack에 지속적으로 스트리밍:
`{{명령어}} | slackcat --channel {{채널_이름}} --stream`