CLI組

請注意

  • 組CLI需要磚CLI 0.8.0或以上。

  • 你一定是一個磚管理員調用此API。

你跑磚組CLI子命令通過添加。這些子命令調用組API 2.0(遺留)

磚團體——幫助
用法:磚組[選項]命令(ARGS)……提供實用與磚組。選項:- v、——版本0.8.0調試調試模式。顯示完整的堆棧跟蹤誤差。——概要文本使用CLI連接配置文件。默認的配置文件是“默認”。- h,幫助顯示此消息並退出。命令:添加成員添加現有的主體到另一個現有的組。選擇:——母體名文本的名稱母公司新成員將被添加。這個字段是必需的。 [required] --user-name TEXT The user name which will be added to the parent group. --group-name TEXT If group name which will be added to the parent group. create Create a new group with the given name. Options: --group-name TEXT [required] delete Remove a group from this organization. Options: --group-name TEXT [required] list Return all of the groups in a workspace. list-members Return all of the members of a particular group. Options: --group-name TEXT [required] list-parents Retrieve all groups in which a given user or group is a member. Options: --user-name TEXT --group-name TEXT remove-member Removes a user or group from a group. Options: --parent-name TEXT Name of the parent group to which the new member will be removed. This field is required. [required] --user-name TEXT The user name which will be removed from the parent group. --group-name TEXT If group name which will be removed from the parent group.

將成員添加到組

顯示使用文檔,運行添加成員——幫助

磚組添加成員\——母體名sql用戶\——用戶名someone@example.com
磚組添加成員\——母體名sql-power-users\——組名sql用戶

如果成功,沒有顯示輸出。

創建一個組

顯示使用文檔,運行創建——幫助

磚組的創建,組名sql用戶
{“group_name”:“sql用戶”}

刪除一組

顯示使用文檔,運行刪除——幫助

磚組的刪除,組名sql用戶
{}

可用的組列表

顯示使用文檔,運行列表——幫助

磚組列表
{“group_name”:(“sql用戶”,“sql-power-users”,“sql-admins”]}

一組的成員列表

顯示使用文檔,運行國家——幫助

磚組的國家——組名sql用戶
{“成員”:({“user_name”:“someone@example.com”}]}
磚組的國家——組名sql-power-users
{“成員”:({“group_name”:“sql用戶”}]}

一個用戶或組所屬的組列表

顯示使用文檔,運行list-parents——幫助

磚組list-parents——用戶名someone@example.com
{“group_name”:(“sql用戶”]}
磚組list-parents——組名sql用戶
{“group_name”:(“sql-power-users”]}

刪除組中的一員

顯示使用文檔,運行remove-member——幫助

磚組remove-member\——母體名sql-power-users\——組名sql用戶
磚組remove-member\——母體名sql用戶\——用戶名someone@example.com

如果成功,沒有顯示輸出。