@pnp/cli-microsoft365 7.1.0-beta.aca68bd → 7.1.0-beta.bcf9db3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.devcontainer/Dockerfile +0 -1
- package/.eslintrc.cjs +1 -0
- package/Dockerfile +0 -1
- package/dist/Auth.js +1 -1
- package/dist/Command.js +18 -28
- package/dist/appInsights.js +5 -9
- package/dist/cli/Cli.js +9 -4
- package/dist/m365/aad/commands/group/group-user-list.js +146 -0
- package/dist/m365/aad/commands/m365group/m365group-remove.js +109 -15
- package/dist/m365/aad/commands.js +1 -0
- package/dist/m365/cli/commands/cli-doctor.js +11 -6
- package/dist/m365/commands/setup.js +2 -1
- package/dist/m365/spo/commands/app/app-deploy.js +1 -1
- package/dist/m365/spo/commands/app/app-get.js +1 -1
- package/dist/m365/spo/commands/app/app-teamspackage-download.js +1 -1
- package/dist/m365/spo/commands/apppage/apppage-add.js +1 -1
- package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
- package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
- package/dist/m365/spo/commands/page/Page.js +1 -1
- package/dist/m365/spo/commands/page/page-add.js +1 -1
- package/dist/m365/spo/commands/page/page-get.js +1 -1
- package/dist/m365/spo/commands/page/page-header-set.js +1 -1
- package/dist/m365/spo/commands/page/page-remove.js +1 -1
- package/dist/m365/spo/commands/page/page-set.js +2 -2
- package/dist/m365/spo/commands/page/page-text-add.js +1 -1
- package/dist/m365/spo/commands/sitedesign/sitedesign-get.js +15 -14
- package/dist/m365/spo/commands/sitedesign/sitedesign-remove.js +22 -22
- package/dist/m365/spo/commands/user/user-get.js +7 -1
- package/dist/m365/todo/commands/task/task-list.js +8 -10
- package/dist/m365/todo/commands/task/task-remove.js +36 -36
- package/dist/m365/todo/commands/task/task-set.js +11 -13
- package/dist/m365/yammer/commands/group/group-user-remove.js +22 -23
- package/dist/telemetry.js +30 -14
- package/dist/telemetryRunner.js +26 -0
- package/dist/utils/odata.js +20 -19
- package/dist/utils/prompt.js +16 -0
- package/docs/docs/cmd/aad/group/group-user-list.mdx +135 -0
- package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
- package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
- package/docs/docs/cmd/aad/m365group/m365group-remove.mdx +11 -1
- package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
- package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
- package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
- package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
- package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
- package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
- package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
- package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
- package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
- package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
- package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
- package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
- package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
- package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
- package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
- package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
- package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
- package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
- package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
- package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
- package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
- package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
- package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
- package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
- package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
- package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
- package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
- package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
- package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
- package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
- package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
- package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
- package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
- package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
- package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
- package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
- package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
- package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
- package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
- package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
- package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
- package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
- package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
- package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
- package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
- package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
- package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
- package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
- package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
- package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
- package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
- package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
- package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
- package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
- package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
- package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
- package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
- package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
- package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
- package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
- package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
- package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
- package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
- package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
- package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
- package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
- package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
- package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
- package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
- package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
- package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
- package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
- package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
- package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
- package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
- package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
- package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
- package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
- package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
- package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
- package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
- package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
- package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
- package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
- package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
- package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
- package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
- package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
- package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
- package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
- package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
- package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
- package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
- package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
- package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
- package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
- package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
- package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
- package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
- package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
- package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
- package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
- package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
- package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
- package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
- package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
- package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
- package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
- package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
- package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
- package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
- package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
- package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
- package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
- package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
- package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
- package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
- package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
- package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
- package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
- package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
- package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
- package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
- package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
- package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
- package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
- package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
- package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
- package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
- package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
- package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
- package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
- package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
- package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
- package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
- package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
- package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
- package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
- package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
- package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
- package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
- package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
- package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
- package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
- package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
- package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
- package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
- package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
- package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
- package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
- package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
- package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
- package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
- package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
- package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
- package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
- package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
- package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
- package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
- package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
- package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
- package/eslint-rules/lib/index.js +2 -1
- package/eslint-rules/lib/rules/no-by-server-relative-url-usage.js +55 -0
- package/npm-shrinkwrap.json +86 -82
- package/package.json +52 -31
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo app get
|
|
4
6
|
|
|
@@ -14,16 +16,16 @@ m365 spo app get [options]
|
|
|
14
16
|
|
|
15
17
|
```md definition-list
|
|
16
18
|
`-i, --id [id]`
|
|
17
|
-
: ID of the app to retrieve information for. Specify the `id` or the `name` but not both
|
|
19
|
+
: ID of the app to retrieve information for. Specify the `id` or the `name` but not both.
|
|
18
20
|
|
|
19
21
|
`-n, --name [name]`
|
|
20
|
-
: Name of the app to retrieve information for. Specify the `id` or the `name` but not both
|
|
22
|
+
: Name of the app to retrieve information for. Specify the `id` or the `name` but not both.
|
|
21
23
|
|
|
22
24
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
23
|
-
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection
|
|
25
|
+
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`.
|
|
24
26
|
|
|
25
27
|
`-s, --appCatalogScope [appCatalogScope]`
|
|
26
|
-
: Scope of the app catalog: `tenant
|
|
28
|
+
: Scope of the app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
27
29
|
```
|
|
28
30
|
|
|
29
31
|
<Global />
|
|
@@ -36,30 +38,137 @@ When specifying site collection app catalog, you can specify the URL either with
|
|
|
36
38
|
|
|
37
39
|
## Examples
|
|
38
40
|
|
|
39
|
-
Return details about the app with ID
|
|
41
|
+
Return details about the app with the specified ID available in the tenant app catalog.
|
|
40
42
|
|
|
41
43
|
```sh
|
|
42
44
|
m365 spo app get --id b2307a39-e878-458b-bc90-03bc578531d6
|
|
43
45
|
```
|
|
44
46
|
|
|
45
|
-
Return details about the app with name
|
|
47
|
+
Return details about the app with the specified name available in the tenant app catalog. Will try to detect the app catalog URL.
|
|
46
48
|
|
|
47
49
|
```sh
|
|
48
50
|
m365 spo app get --name solution.sppkg
|
|
49
51
|
```
|
|
50
52
|
|
|
51
|
-
Return details about the app with name
|
|
53
|
+
Return details about the app with the specified name available in the tenant app catalog using the specified app catalog URL.
|
|
52
54
|
|
|
53
55
|
```sh
|
|
54
56
|
m365 spo app get --name solution.sppkg --appCatalogUrl https://contoso.sharepoint.com/sites/apps
|
|
55
57
|
```
|
|
56
58
|
|
|
57
|
-
Return details about the app with ID
|
|
59
|
+
Return details about the app with the specified ID available in the site collection app catalog of the specified site.
|
|
58
60
|
|
|
59
61
|
```sh
|
|
60
62
|
m365 spo app get --id b2307a39-e878-458b-bc90-03bc578531d6 --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
61
63
|
```
|
|
62
64
|
|
|
65
|
+
## Response
|
|
66
|
+
|
|
67
|
+
<Tabs>
|
|
68
|
+
<TabItem value="JSON">
|
|
69
|
+
|
|
70
|
+
```json
|
|
71
|
+
{
|
|
72
|
+
"AadAppId": "48535560-3cc0-442e-a1b4-94c084b3ff59",
|
|
73
|
+
"AadPermissions": "Microsoft Graph, Directory.ReadWrite.All",
|
|
74
|
+
"AppCatalogVersion": "1.6.0.0",
|
|
75
|
+
"CanUpgrade": false,
|
|
76
|
+
"CDNLocation": "SharePoint Online",
|
|
77
|
+
"ContainsTenantWideExtension": false,
|
|
78
|
+
"CurrentVersionDeployed": true,
|
|
79
|
+
"Deployed": true,
|
|
80
|
+
"ErrorMessage": "No errors.",
|
|
81
|
+
"ID": "b05196d4-65a3-4ee3-bf92-4acfb7a05cd7",
|
|
82
|
+
"InstalledVersion": "",
|
|
83
|
+
"IsClientSideSolution": true,
|
|
84
|
+
"IsEnabled": true,
|
|
85
|
+
"IsPackageDefaultSkipFeatureDeployment": true,
|
|
86
|
+
"IsValidAppPackage": true,
|
|
87
|
+
"ProductId": "1e5954e2-fc1c-4501-8678-27a6bd013422",
|
|
88
|
+
"ShortDescription": "spfx description",
|
|
89
|
+
"SkipDeploymentFeature": false,
|
|
90
|
+
"StoreAssetId": "",
|
|
91
|
+
"SupportsTeamsTabs": true,
|
|
92
|
+
"ThumbnailUrl": "",
|
|
93
|
+
"Title": "spfx-client-side-solution"
|
|
94
|
+
}
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
</TabItem>
|
|
98
|
+
<TabItem value="Text">
|
|
99
|
+
|
|
100
|
+
```text
|
|
101
|
+
AadAppId : 48535560-3cc0-442e-a1b4-94c084b3ff59
|
|
102
|
+
AadPermissions : Microsoft Graph, Directory.ReadWrite.All
|
|
103
|
+
AppCatalogVersion : 1.6.0.0
|
|
104
|
+
CDNLocation : SharePoint Online
|
|
105
|
+
CanUpgrade : false
|
|
106
|
+
ContainsTenantWideExtension : false
|
|
107
|
+
CurrentVersionDeployed : true
|
|
108
|
+
Deployed : true
|
|
109
|
+
ErrorMessage : No errors.
|
|
110
|
+
ID : b05196d4-65a3-4ee3-bf92-4acfb7a05cd7
|
|
111
|
+
InstalledVersion :
|
|
112
|
+
IsClientSideSolution : true
|
|
113
|
+
IsEnabled : true
|
|
114
|
+
IsPackageDefaultSkipFeatureDeployment: true
|
|
115
|
+
IsValidAppPackage : true
|
|
116
|
+
ProductId : 1e5954e2-fc1c-4501-8678-27a6bd013422
|
|
117
|
+
ShortDescription : spfx description
|
|
118
|
+
SkipDeploymentFeature : false
|
|
119
|
+
StoreAssetId :
|
|
120
|
+
SupportsTeamsTabs : true
|
|
121
|
+
ThumbnailUrl :
|
|
122
|
+
Title : spfx-client-side-solution
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
</TabItem>
|
|
126
|
+
<TabItem value="CSV">
|
|
127
|
+
|
|
128
|
+
```csv
|
|
129
|
+
AadAppId,AadPermissions,AppCatalogVersion,CanUpgrade,CDNLocation,ContainsTenantWideExtension,CurrentVersionDeployed,Deployed,ErrorMessage,ID,InstalledVersion,IsClientSideSolution,IsEnabled,IsPackageDefaultSkipFeatureDeployment,IsValidAppPackage,ProductId,ShortDescription,SkipDeploymentFeature,StoreAssetId,SupportsTeamsTabs,ThumbnailUrl,Title
|
|
130
|
+
48535560-3cc0-442e-a1b4-94c084b3ff59,"Microsoft Graph, Directory.ReadWrite.All",1.6.0.0,,SharePoint Online,,1,1,No errors.,b05196d4-65a3-4ee3-bf92-4acfb7a05cd7,,1,1,1,1,1e5954e2-fc1c-4501-8678-27a6bd013422,spfx description,,,1,,spfx-client-side-solution
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
</TabItem>
|
|
134
|
+
<TabItem value="Markdown">
|
|
135
|
+
|
|
136
|
+
```md
|
|
137
|
+
# spo app get --id "b05196d4-65a3-4ee3-bf92-4acfb7a05cd7"
|
|
138
|
+
|
|
139
|
+
Date: 10/2/2023
|
|
140
|
+
|
|
141
|
+
## spfx-client-side-solution (b05196d4-65a3-4ee3-bf92-4acfb7a05cd7)
|
|
142
|
+
|
|
143
|
+
Property | Value
|
|
144
|
+
---------|-------
|
|
145
|
+
AadAppId | 48535560-3cc0-442e-a1b4-94c084b3ff59
|
|
146
|
+
AadPermissions | Microsoft Graph, Directory.ReadWrite.All
|
|
147
|
+
AppCatalogVersion | 1.6.0.0
|
|
148
|
+
CanUpgrade | false
|
|
149
|
+
CDNLocation | SharePoint Online
|
|
150
|
+
ContainsTenantWideExtension | false
|
|
151
|
+
CurrentVersionDeployed | true
|
|
152
|
+
Deployed | true
|
|
153
|
+
ErrorMessage | No errors.
|
|
154
|
+
ID | b05196d4-65a3-4ee3-bf92-4acfb7a05cd7
|
|
155
|
+
InstalledVersion |
|
|
156
|
+
IsClientSideSolution | true
|
|
157
|
+
IsEnabled | true
|
|
158
|
+
IsPackageDefaultSkipFeatureDeployment | true
|
|
159
|
+
IsValidAppPackage | true
|
|
160
|
+
ProductId | 1e5954e2-fc1c-4501-8678-27a6bd013422
|
|
161
|
+
ShortDescription | spfx description
|
|
162
|
+
SkipDeploymentFeature | false
|
|
163
|
+
StoreAssetId |
|
|
164
|
+
SupportsTeamsTabs | true
|
|
165
|
+
ThumbnailUrl |
|
|
166
|
+
Title | spfx-client-side-solution
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
</TabItem>
|
|
170
|
+
</Tabs>
|
|
171
|
+
|
|
63
172
|
## More information
|
|
64
173
|
|
|
65
174
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|
|
@@ -14,13 +14,13 @@ m365 spo app install [options]
|
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
16
|
`-i, --id <id>`
|
|
17
|
-
: ID of the app to install
|
|
17
|
+
: ID of the app to install.
|
|
18
18
|
|
|
19
19
|
`-s, --siteUrl <siteUrl>`
|
|
20
|
-
: Absolute URL of the site to install the app in
|
|
20
|
+
: Absolute URL of the site to install the app in.
|
|
21
21
|
|
|
22
22
|
`--appCatalogScope [appCatalogScope]`
|
|
23
|
-
: Scope of the app catalog: `tenant
|
|
23
|
+
: Scope of the app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
<Global />
|
|
@@ -31,18 +31,22 @@ If the app with the specified ID doesn't exist in the app catalog, the command w
|
|
|
31
31
|
|
|
32
32
|
## Examples
|
|
33
33
|
|
|
34
|
-
Install the app with ID
|
|
34
|
+
Install the app with the specified ID in the specified site.
|
|
35
35
|
|
|
36
36
|
```sh
|
|
37
37
|
m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com
|
|
38
38
|
```
|
|
39
39
|
|
|
40
|
-
Install the app with ID
|
|
40
|
+
Install the app with the specified ID in the specified site from site collection app catalog.
|
|
41
41
|
|
|
42
42
|
```sh
|
|
43
43
|
m365 spo app install --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --appCatalogScope sitecollection
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
+
## Response
|
|
47
|
+
|
|
48
|
+
The command won't return a response on success.
|
|
49
|
+
|
|
46
50
|
## More information
|
|
47
51
|
|
|
48
52
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo app instance list
|
|
4
6
|
|
|
@@ -14,15 +16,96 @@ m365 spo app instance list [options]
|
|
|
14
16
|
|
|
15
17
|
```md definition-list
|
|
16
18
|
`-u, --siteUrl <siteUrl>`
|
|
17
|
-
: URL of the site collection to retrieve the apps for
|
|
19
|
+
: URL of the site collection to retrieve the apps for.
|
|
18
20
|
```
|
|
19
21
|
|
|
20
22
|
<Global />
|
|
21
23
|
|
|
22
24
|
## Examples
|
|
23
25
|
|
|
24
|
-
Return a list of installed apps on site
|
|
26
|
+
Return a list of installed apps on the specified site.
|
|
25
27
|
|
|
26
28
|
```sh
|
|
27
29
|
m365 spo app instance list --siteUrl https://contoso.sharepoint.com/sites/site1
|
|
28
30
|
```
|
|
31
|
+
|
|
32
|
+
## Response
|
|
33
|
+
|
|
34
|
+
<Tabs>
|
|
35
|
+
<TabItem value="JSON">
|
|
36
|
+
|
|
37
|
+
```json
|
|
38
|
+
[
|
|
39
|
+
{
|
|
40
|
+
"AppId": "03b4df10-320f-4d0f-8622-93822f9e0913",
|
|
41
|
+
"AppPrincipalId": "i:0i.t|ms.sp.int|82e6f5ac-b560-4b2a-9966-fd6f05514a1c@de348bc7-1aeb-4406-8cb3-97db021cadb4",
|
|
42
|
+
"AppSource": 2,
|
|
43
|
+
"AppStatus": 4,
|
|
44
|
+
"AppType": 3,
|
|
45
|
+
"AssetId": null,
|
|
46
|
+
"BaseTemplate": -1,
|
|
47
|
+
"ChildCount": -1,
|
|
48
|
+
"ContentMarket": null,
|
|
49
|
+
"CustomSettingsUrl": null,
|
|
50
|
+
"Description": "",
|
|
51
|
+
"IsCorporateCatalogSite": false,
|
|
52
|
+
"LastModified": "2022-07-15 06:00",
|
|
53
|
+
"LastModifiedDate": "2022-07-15T13:00:30.113Z",
|
|
54
|
+
"ProductId": "350f641f-cd1b-4274-819b-099f1ea66acc",
|
|
55
|
+
"Target": "",
|
|
56
|
+
"Thumbnail": "https://contoso.sharepoint.com/sites/site1/_layouts/15/images/spstorefrontappdefault.96x96x32.png",
|
|
57
|
+
"Title": "helloworld-client-side-solution",
|
|
58
|
+
"Version": ""
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
</TabItem>
|
|
64
|
+
<TabItem value="Text">
|
|
65
|
+
|
|
66
|
+
```text
|
|
67
|
+
Title AppId
|
|
68
|
+
---------------------------------------------- ------------------------------------
|
|
69
|
+
helloworld-client-side-solution 03b4df10-320f-4d0f-8622-93822f9e0913
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
</TabItem>
|
|
73
|
+
<TabItem value="CSV">
|
|
74
|
+
|
|
75
|
+
```csv
|
|
76
|
+
AppId,AppPrincipalId,AppSource,AppStatus,AppType,BaseTemplate,ChildCount,Description,IsCorporateCatalogSite,LastModified,LastModifiedDate,ProductId,Target,Thumbnail,Title,Version
|
|
77
|
+
03b4df10-320f-4d0f-8622-93822f9e0913,i:0i.t|ms.sp.int|82e6f5ac-b560-4b2a-9966-fd6f05514a1c@de348bc7-1aeb-4406-8cb3-97db021cadb4,2,4,3,-1,-1,,,2022-07-15 06:00,2022-07-15T13:00:30.113Z,350f641f-cd1b-4274-819b-099f1ea66acc,,https://contoso.sharepoint.com/sites/site1/_layouts/15/images/spstorefrontappdefault.96x96x32.png,helloworld-client-side-solution,
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
</TabItem>
|
|
81
|
+
<TabItem value="Markdown">
|
|
82
|
+
|
|
83
|
+
```md
|
|
84
|
+
# spo app instance list --siteUrl "https://contoso.sharepoint.com/sites/site1"
|
|
85
|
+
|
|
86
|
+
Date: 10/2/2023
|
|
87
|
+
|
|
88
|
+
## helloworld-client-side-solution
|
|
89
|
+
|
|
90
|
+
Property | Value
|
|
91
|
+
---------|-------
|
|
92
|
+
AppId | 03b4df10-320f-4d0f-8622-93822f9e0913
|
|
93
|
+
AppPrincipalId | i:0i.t\|ms.sp.int\|82e6f5ac-b560-4b2a-9966-fd6f05514a1c@de348bc7-1aeb-4406-8cb3-97db021cadb4
|
|
94
|
+
AppSource | 2
|
|
95
|
+
AppStatus | 4
|
|
96
|
+
AppType | 3
|
|
97
|
+
BaseTemplate | -1
|
|
98
|
+
ChildCount | -1
|
|
99
|
+
Description |
|
|
100
|
+
IsCorporateCatalogSite | false
|
|
101
|
+
LastModified | 2022-07-15 06:00
|
|
102
|
+
LastModifiedDate | 2022-07-15T13:00:30.113Z
|
|
103
|
+
ProductId | 350f641f-cd1b-4274-819b-099f1ea66acc
|
|
104
|
+
Target |
|
|
105
|
+
Thumbnail | https://contoso.sharepoint.com/sites/site1/\_layouts/15/images/spstorefrontappdefault.96x96x32.png
|
|
106
|
+
Title | helloworld-client-side-solution
|
|
107
|
+
Version |
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
</TabItem>
|
|
111
|
+
</Tabs>
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import Global from '/docs/cmd/_global.mdx';
|
|
2
|
+
import Tabs from '@theme/Tabs';
|
|
3
|
+
import TabItem from '@theme/TabItem';
|
|
2
4
|
|
|
3
5
|
# spo app list
|
|
4
6
|
|
|
@@ -14,10 +16,10 @@ m365 spo app list [options]
|
|
|
14
16
|
|
|
15
17
|
```md definition-list
|
|
16
18
|
`-s, --appCatalogScope [appCatalogScope]`
|
|
17
|
-
: Target app catalog. `tenant
|
|
19
|
+
: Target app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
18
20
|
|
|
19
21
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
20
|
-
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection
|
|
22
|
+
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`.
|
|
21
23
|
```
|
|
22
24
|
|
|
23
25
|
<Global />
|
|
@@ -38,12 +40,102 @@ Return the list of available apps from the tenant app catalog. Show the installe
|
|
|
38
40
|
m365 spo app list
|
|
39
41
|
```
|
|
40
42
|
|
|
41
|
-
Return the list of available apps from a site collection app catalog of site
|
|
43
|
+
Return the list of available apps from a site collection app catalog of the specified site.
|
|
42
44
|
|
|
43
45
|
```sh
|
|
44
46
|
m365 spo app list --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
45
47
|
```
|
|
46
48
|
|
|
49
|
+
## Response
|
|
50
|
+
|
|
51
|
+
<Tabs>
|
|
52
|
+
<TabItem value="JSON">
|
|
53
|
+
|
|
54
|
+
```json
|
|
55
|
+
[
|
|
56
|
+
{
|
|
57
|
+
"AadAppId": "48535560-3cc0-442e-a1b4-94c084b3ff59",
|
|
58
|
+
"AadPermissions": "Microsoft Graph, Directory.ReadWrite.All",
|
|
59
|
+
"AppCatalogVersion": "1.6.0.0",
|
|
60
|
+
"CanUpgrade": false,
|
|
61
|
+
"CDNLocation": "SharePoint Online",
|
|
62
|
+
"ContainsTenantWideExtension": false,
|
|
63
|
+
"CurrentVersionDeployed": true,
|
|
64
|
+
"Deployed": true,
|
|
65
|
+
"ErrorMessage": "No errors.",
|
|
66
|
+
"ID": "b05196d4-65a3-4ee3-bf92-4acfb7a05cd7",
|
|
67
|
+
"InstalledVersion": "",
|
|
68
|
+
"IsClientSideSolution": true,
|
|
69
|
+
"IsEnabled": true,
|
|
70
|
+
"IsPackageDefaultSkipFeatureDeployment": true,
|
|
71
|
+
"IsValidAppPackage": true,
|
|
72
|
+
"ProductId": "1e5954e2-fc1c-4501-8678-27a6bd013422",
|
|
73
|
+
"ShortDescription": "spfx description",
|
|
74
|
+
"SkipDeploymentFeature": false,
|
|
75
|
+
"StoreAssetId": "",
|
|
76
|
+
"SupportsTeamsTabs": true,
|
|
77
|
+
"ThumbnailUrl": "",
|
|
78
|
+
"Title": "spfx-client-side-solution"
|
|
79
|
+
}
|
|
80
|
+
]
|
|
81
|
+
```
|
|
82
|
+
|
|
83
|
+
</TabItem>
|
|
84
|
+
<TabItem value="Text">
|
|
85
|
+
|
|
86
|
+
```text
|
|
87
|
+
Title ID Deployed AppCatalogVersion
|
|
88
|
+
------------------------------------------------------------ ------------------------------------ -------- -----------------
|
|
89
|
+
spfx-client-side-solution b05196d4-65a3-4ee3-bf92-4acfb7a05cd7 true 1.6.0.0
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
</TabItem>
|
|
93
|
+
<TabItem value="CSV">
|
|
94
|
+
|
|
95
|
+
```csv
|
|
96
|
+
AadAppId,AppCatalogVersion,CanUpgrade,CDNLocation,ContainsTenantWideExtension,CurrentVersionDeployed,Deployed,ErrorMessage,ID,InstalledVersion,IsClientSideSolution,IsEnabled,IsPackageDefaultSkipFeatureDeployment,IsValidAppPackage,ProductId,ShortDescription,SkipDeploymentFeature,StoreAssetId,SupportsTeamsTabs,ThumbnailUrl,Title
|
|
97
|
+
48535560-3cc0-442e-a1b4-94c084b3ff59,1.6.0.0,,SharePoint Online,,1,1,No errors.,b05196d4-65a3-4ee3-bf92-4acfb7a05cd7,,1,1,1,1,1e5954e2-fc1c-4501-8678-27a6bd013422,spfx description,,,1,,spfx-client-side-solution
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
</TabItem>
|
|
101
|
+
<TabItem value="Markdown">
|
|
102
|
+
|
|
103
|
+
```md
|
|
104
|
+
# spo app list
|
|
105
|
+
|
|
106
|
+
Date: 10/2/2023
|
|
107
|
+
|
|
108
|
+
## spfx-client-side-solution (b05196d4-65a3-4ee3-bf92-4acfb7a05cd7)
|
|
109
|
+
|
|
110
|
+
Property | Value
|
|
111
|
+
---------|-------
|
|
112
|
+
AadAppId | 48535560-3cc0-442e-a1b4-94c084b3ff59
|
|
113
|
+
AadPermissions | Microsoft Graph, Directory.ReadWrite.All
|
|
114
|
+
AppCatalogVersion | 1.6.0.0
|
|
115
|
+
CanUpgrade | false
|
|
116
|
+
CDNLocation | SharePoint Online
|
|
117
|
+
ContainsTenantWideExtension | false
|
|
118
|
+
CurrentVersionDeployed | true
|
|
119
|
+
Deployed | true
|
|
120
|
+
ErrorMessage | No errors.
|
|
121
|
+
ID | b05196d4-65a3-4ee3-bf92-4acfb7a05cd7
|
|
122
|
+
InstalledVersion |
|
|
123
|
+
IsClientSideSolution | true
|
|
124
|
+
IsEnabled | true
|
|
125
|
+
IsPackageDefaultSkipFeatureDeployment | true
|
|
126
|
+
IsValidAppPackage | true
|
|
127
|
+
ProductId | 1e5954e2-fc1c-4501-8678-27a6bd013422
|
|
128
|
+
ShortDescription | spfx description
|
|
129
|
+
SkipDeploymentFeature | false
|
|
130
|
+
StoreAssetId |
|
|
131
|
+
SupportsTeamsTabs | true
|
|
132
|
+
ThumbnailUrl |
|
|
133
|
+
Title | spfx-client-side-solution
|
|
134
|
+
```
|
|
135
|
+
|
|
136
|
+
</TabItem>
|
|
137
|
+
</Tabs>
|
|
138
|
+
|
|
47
139
|
## More information
|
|
48
140
|
|
|
49
141
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|
|
@@ -14,16 +14,16 @@ m365 spo app remove [options]
|
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
16
|
`-i, --id <id>`
|
|
17
|
-
: ID of the app to remove. Needs to be available in the app catalog
|
|
17
|
+
: ID of the app to remove. Needs to be available in the app catalog.
|
|
18
18
|
|
|
19
19
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
20
|
-
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection
|
|
20
|
+
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`.
|
|
21
21
|
|
|
22
22
|
`-s, --appCatalogScope [appCatalogScope]`
|
|
23
|
-
: Scope of the app catalog: `tenant
|
|
23
|
+
: Scope of the app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
24
24
|
|
|
25
25
|
`-f, --force`
|
|
26
|
-
: Don't prompt for confirming removing the app
|
|
26
|
+
: Don't prompt for confirming removing the app.
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
<Global />
|
|
@@ -44,24 +44,28 @@ Remove the specified app from the tenant app catalog. Try to resolve the URL of
|
|
|
44
44
|
m365 spo app remove --id 058140e3-0e37-44fc-a1d3-79c487d371a3
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Remove the specified app from the tenant app catalog
|
|
47
|
+
Remove the specified app from the tenant app catalog. Additionally, will prompt for confirmation before actually retracting the app.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 spo app remove --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --appCatalogUrl https://contoso.sharepoint.com/sites/apps
|
|
51
51
|
```
|
|
52
52
|
|
|
53
|
-
Remove the specified app from the tenant app catalog
|
|
53
|
+
Remove the specified app from the tenant app catalog. Don't prompt for confirmation.
|
|
54
54
|
|
|
55
55
|
```sh
|
|
56
56
|
m365 spo app remove --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --appCatalogUrl https://contoso.sharepoint.com/sites/apps --force
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
Remove the specified app from a site collection app catalog of site
|
|
59
|
+
Remove the specified app from a site collection app catalog of the specified site.
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
62
|
m365 spo app remove --id d95f8c94-67a1-4615-9af8-361ad33be93c --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1/AppCatalog
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
## Response
|
|
66
|
+
|
|
67
|
+
The command won't return a response on success.
|
|
68
|
+
|
|
65
69
|
## More information
|
|
66
70
|
|
|
67
71
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|
|
@@ -17,13 +17,13 @@ m365 spo app retract [options]
|
|
|
17
17
|
: ID of the app to retract. Needs to be available in the app catalog.
|
|
18
18
|
|
|
19
19
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
20
|
-
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection
|
|
20
|
+
: URL of the tenant or site collection app catalog. It must be specified when the scope is `sitecollection`.
|
|
21
21
|
|
|
22
22
|
`-s, --appCatalogScope [appCatalogScope]`
|
|
23
|
-
: Scope of the app catalog: `tenant
|
|
23
|
+
: Scope of the app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
24
24
|
|
|
25
25
|
`-f, --force`
|
|
26
|
-
: Don't prompt for confirming retracting the app
|
|
26
|
+
: Don't prompt for confirming retracting the app.
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
<Global />
|
|
@@ -44,7 +44,7 @@ Retract the specified app from the tenant app catalog. Try to resolve the URL of
|
|
|
44
44
|
m365 spo app retract --id 058140e3-0e37-44fc-a1d3-79c487d371a3
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
Retract the specified app from the tenant app catalog
|
|
47
|
+
Retract the specified app from the tenant app catalog. Additionally, will prompt for confirmation before actually retracting the app.
|
|
48
48
|
|
|
49
49
|
```sh
|
|
50
50
|
m365 spo app retract --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --appCatalogUrl https://contoso.sharepoint.com/sites/apps
|
|
@@ -56,12 +56,16 @@ Retract the specified app from the tenant app catalog. Try to resolve the URL of
|
|
|
56
56
|
m365 spo app retract --id 058140e3-0e37-44fc-a1d3-79c487d371a3 --force
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
Retract the specified app from a site collection app catalog of site
|
|
59
|
+
Retract the specified app from a site collection app catalog of the specified site.
|
|
60
60
|
|
|
61
61
|
```sh
|
|
62
62
|
m365 spo app retract --id d95f8c94-67a1-4615-9af8-361ad33be93c --appCatalogScope sitecollection --appCatalogUrl https://contoso.sharepoint.com/sites/site1
|
|
63
63
|
```
|
|
64
64
|
|
|
65
|
+
## Response
|
|
66
|
+
|
|
67
|
+
The command won't return a response on success.
|
|
68
|
+
|
|
65
69
|
## More information
|
|
66
70
|
|
|
67
71
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|
|
@@ -14,19 +14,19 @@ m365 spo app teamspackage download [options]
|
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
16
|
`--appItemUniqueId [appItemUniqueId]`
|
|
17
|
-
: The unique ID of the SPFx app to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName
|
|
17
|
+
: The unique ID of the SPFx app to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName`.
|
|
18
18
|
|
|
19
19
|
`--appItemId [appItemId]`
|
|
20
|
-
: The ID of the list item behind the SPFx app to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName
|
|
20
|
+
: The ID of the list item behind the SPFx app to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName`.
|
|
21
21
|
|
|
22
22
|
`--appName [appName]`
|
|
23
|
-
: The name of the sppkg file to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName
|
|
23
|
+
: The name of the sppkg file to download the Teams package for. Specify `appItemUniqueId`, `appItemId` or `appName`.
|
|
24
24
|
|
|
25
25
|
`--fileName [fileName]`
|
|
26
|
-
: Name of the file to save the package to. If not specified will use the name of the sppkg file with a `.zip` extension
|
|
26
|
+
: Name of the file to save the package to. If not specified will use the name of the sppkg file with a `.zip` extension.
|
|
27
27
|
|
|
28
28
|
`-u, --appCatalogUrl [appCatalogUrl]`
|
|
29
|
-
: URL of the tenant app catalog. If not specified, the command will try to autodiscover it
|
|
29
|
+
: URL of the tenant app catalog. If not specified, the command will try to autodiscover it.
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
<Global />
|
|
@@ -41,20 +41,24 @@ For maximum performance, specify the URL of the tenant app catalog, the item ID
|
|
|
41
41
|
|
|
42
42
|
## Examples
|
|
43
43
|
|
|
44
|
-
Downloads the Teams app package for the SPFx solution deployed to the tenant app catalog with the ID
|
|
44
|
+
Downloads the Teams app package for the SPFx solution deployed to the tenant app catalog with the specified ID to a file with .zip extension named after the .sppkg file.
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
47
|
m365 spo app teamspackage download --appItemId 1
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
Downloads the Teams app package for the SPFx solution deployed to the tenant app catalog with the unique item ID
|
|
50
|
+
Downloads the Teams app package for the SPFx solution deployed to the tenant app catalog with the specified unique item ID to the specified file.
|
|
51
51
|
|
|
52
52
|
```sh
|
|
53
53
|
m365 spo app teamspackage download --appItemUniqueId 335a5612-3e85-462d-9d5b-c014b5abeac5 --fileName my-app.zip
|
|
54
54
|
```
|
|
55
55
|
|
|
56
|
-
Downloads the Teams app package for the SPFx solution deployed to the specified tenant app catalog
|
|
56
|
+
Downloads the Teams app package for the SPFx solution deployed to the specified tenant app catalog.
|
|
57
57
|
|
|
58
58
|
```sh
|
|
59
59
|
m365 spo app teamspackage download --appName my-app.sppkg --appCatalogUrl https://contoso.sharepoint.com/sites/appcatalog
|
|
60
60
|
```
|
|
61
|
+
|
|
62
|
+
## Response
|
|
63
|
+
|
|
64
|
+
The command won't return a response on success.
|
|
@@ -14,16 +14,16 @@ m365 spo app uninstall [options]
|
|
|
14
14
|
|
|
15
15
|
```md definition-list
|
|
16
16
|
`-i, --id <id>`
|
|
17
|
-
: ID of the app to uninstall
|
|
17
|
+
: ID of the app to uninstall.
|
|
18
18
|
|
|
19
19
|
`-s, --siteUrl <siteUrl>`
|
|
20
|
-
: Absolute URL of the site to uninstall the app from
|
|
20
|
+
: Absolute URL of the site to uninstall the app from.
|
|
21
21
|
|
|
22
22
|
`--appCatalogScope [appCatalogScope]`
|
|
23
|
-
: Scope of the app catalog: `tenant
|
|
23
|
+
: Scope of the app catalog. Allowed values: `tenant`, `sitecollection`. Defaults to `tenant`.
|
|
24
24
|
|
|
25
25
|
`-f, --force`
|
|
26
|
-
: Don't prompt for confirming uninstalling the app
|
|
26
|
+
: Don't prompt for confirming uninstalling the app.
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
<Global />
|
|
@@ -34,24 +34,28 @@ If the app with the specified ID doesn't exist in the app catalog, the command w
|
|
|
34
34
|
|
|
35
35
|
## Examples
|
|
36
36
|
|
|
37
|
-
Uninstall the app with ID
|
|
37
|
+
Uninstall the app with the specified ID from the specified site.
|
|
38
38
|
|
|
39
39
|
```sh
|
|
40
40
|
m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com
|
|
41
41
|
```
|
|
42
42
|
|
|
43
|
-
Uninstall the app with ID
|
|
43
|
+
Uninstall the app with the specified ID from the specified site without prompting for confirmation.
|
|
44
44
|
|
|
45
45
|
```sh
|
|
46
46
|
m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
-
Uninstall the app with ID
|
|
49
|
+
Uninstall the app with the specified ID from the specified site where the app is deployed to the site collection app catalog.
|
|
50
50
|
|
|
51
51
|
```sh
|
|
52
52
|
m365 spo app uninstall --id b2307a39-e878-458b-bc90-03bc578531d6 --siteUrl https://contoso.sharepoint.com --appCatalogScope sitecollection
|
|
53
53
|
```
|
|
54
54
|
|
|
55
|
+
## Response
|
|
56
|
+
|
|
57
|
+
The command won't return a response on success.
|
|
58
|
+
|
|
55
59
|
## More information
|
|
56
60
|
|
|
57
61
|
- Application Lifecycle Management (ALM) APIs: [https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/apis/alm-api-for-spfx-add-ins)
|