pd-slack-send

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

slack send

Slack 消息发送

PREREQUISITE: Read
../pd-shared/SKILL.md
for auth and
../pd-slack/SKILL.md
for all commands.
bash
npx tsx resources/pd-slack.ts send --channel <ID> --text <TEXT>
FlagRequiredDescription
--channel
Channel ID (use
find-channel
to look up by name)
--text
Message text (supports mrkdwn)
bash
npx tsx resources/pd-slack.ts send --channel C0123456789 --text 'Deploy complete ✅'
[!CAUTION] Write command — confirm with the user before executing.
前置要求: 如需了解认证相关内容,请阅读
../pd-shared/SKILL.md
;如需查看所有命令,请阅读
../pd-slack/SKILL.md
bash
npx tsx resources/pd-slack.ts send --channel <ID> --text <TEXT>
参数标识是否必填说明
--channel
频道ID(可使用
find-channel
命令通过名称查询)
--text
消息文本(支持mrkdwn格式)
bash
npx tsx resources/pd-slack.ts send --channel C0123456789 --text 'Deploy complete ✅'
[!CAUTION] 写入类命令 — 执行前请与用户确认。