如何把用户添加到 Org 以及从 Org 中移除
Solution将用户添加到 Org 以及从 Org 中移除用户,请参考:https://cli.cloudfoundry.org/zh-Hans/v7/ 命令文档。
其中,使用命令 cf set-org-role USERNAME ORG ROLE
和 cf unset-org-role USERNAME ORG ROLE
,可将用户添加到一个 Org 以及从一个 Org 中移除。
例:
cf set-org-role xxxx@xx.com orgName OrgManager
cf unset-org-role xxxx@xx.com orgName OrgManager
Notes