Function: listGroups()
listGroups(
options?):Promise<{[name:string]:GroupInfo; }>
List all the groups available to an account.
Parameters
options?
account?
an account to use; if not set, defaults to the getCurrentAccountName | current account
includeTemporary?
boolean
whether to include temporary groups created by calling deploy without a group name.
Returns
Promise<{[name: string]: GroupInfo; }>
a dictionary of GroupInfo objects by group name
Found a mistake? Let us know.