teams app list¶
Lists apps from the Microsoft Teams app catalog
Usage¶
m365 teams app list [options]
Options¶
--distributionMethod [distributionMethod]
- The distribution method. Allowed values
store
,organization
,sideloaded
. -h, --help [help]
- Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are
options
,examples
,remarks
,response
,full
. Default isfull
. --query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text,csv,md
. Defaultjson
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Examples¶
List all apps from the Microsoft Teams app catalog
m365 teams app list
List all apps from the Microsoft Teams app catalog according to a given distribution method
m365 teams app list --distributionMethod 'store'
Response¶
[
{
"id": "ffdb7239-3b58-46ba-b108-7f90a6d8799b",
"externalId": null,
"displayName": "Contoso App",
"distributionMethod": "store"
}
]
id displayName distributionMethod
-------------------------------------------------------- -------------------------------- ------------------
ffdb7239-3b58-46ba-b108-7f90a6d8799b Contoso App store
id,displayName,distributionMethod
ffdb7239-3b58-46ba-b108-7f90a6d8799b,Contoso App,store