teams app update¶
Updates Teams app in the organization's app catalog
Usage¶
m365 teams app update [options]
Options¶
-i, --id [id]
- ID of the app to update. Specify either id or name, but not both
-n, --name [name]
- The display name of the app to update. Specify either id or name, but not both
-p, --filePath <filePath>
- Absolute or relative path to the Teams manifest zip file to update in the app catalog
-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
Remarks¶
You can only update a Teams app as a global administrator.
Examples¶
Update the Teams app with ID 83cece1e-938d-44a1-8b86-918cf6151957 from file teams-manifest.zip
m365 teams app update --id 83cece1e-938d-44a1-8b86-918cf6151957 --filePath ./teams-manifest.zip
Update the Teams app with name Test app from file teams-manifest.zip
m365 teams app update --name "Test app" --filePath ./teams-manifest.zip
Response¶
The command won't return a response on success.