audience
オーディエンスグループの管理を行います。
audience create
オーディエンスグループを作成します。
bash
lm audience create --description <description> --audiences <userId1,userId2,...>audience get
オーディエンスグループの情報を取得します。
bash
lm audience get <audienceGroupId> [--format json|yaml|csv|table]audience list
オーディエンスグループ一覧を取得します。
bash
lm audience list [--format json|yaml|csv|table]audience delete
オーディエンスグループを削除します。
bash
lm audience delete <audienceGroupId> [--yes]