Files
EP-Hub-Skill/.agents/skills/dingtalk-misc/references/dev/member.md
T
2026-09-02 11:44:52 +08:00

20 lines
680 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 成员管理
> 成员=谁能改这个应用(DEVELOPER 等角色);见 [devapp.md](../devapp.md) 概念地图。
`dws dev app member list/add/remove` 管理应用成员。参数用 `dws dev app member <method> --help` 查询。add/remove 需 `--user-ids` 列表 + `--member-type`,如 DEVELOPERremove 也必须传 memberType,因为同一用户可能有多个成员身份。
## 发现命令
调用任何方法前先查清楚再敲:
```
# 浏览命令组下的子命令与 flag
dws dev app member --help
# 查某方法的必填参数、类型、默认值
dws dev <command-path> --help
```
`--help` 输出构造 flag;不要凭旧 schema 名称猜参数。