pd-slack-send
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseslack send
Slack 消息发送
PREREQUISITE: Readfor auth and../pd-shared/SKILL.mdfor all commands.../pd-slack/SKILL.md
bash
npx tsx resources/pd-slack.ts send --channel <ID> --text <TEXT>| Flag | Required | Description |
|---|---|---|
| ✓ | Channel ID (use |
| ✓ | 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>| 参数标识 | 是否必填 | 说明 |
|---|---|---|
| ✓ | 频道ID(可使用 |
| ✓ | 消息文本(支持mrkdwn格式) |
bash
npx tsx resources/pd-slack.ts send --channel C0123456789 --text 'Deploy complete ✅'[!CAUTION] 写入类命令 — 执行前请与用户确认。