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
-p, --filePath <filePath>
- Absolute or relative path to the Teams manifest zip file to update in the app catalog
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--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