@pnp/cli-microsoft365 11.1.0-beta.734344f → 11.1.0-beta.871ff4d

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.
Files changed (103) hide show
  1. package/.devproxy/api-specs/sharepoint.yaml +41 -0
  2. package/allCommands.json +1 -1
  3. package/allCommandsFull.json +1 -1
  4. package/dist/m365/entra/commands/license/license-list.js +5 -0
  5. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.16.0.js +2 -0
  6. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.17.0.js +2 -0
  7. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.18.0.js +2 -0
  8. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.19.0.js +2 -0
  9. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.20.0.js +2 -0
  10. package/dist/m365/spfx/commands/project/project-upgrade/upgrade-1.21.0.js +2 -0
  11. package/dist/m365/spo/commands/web/web-alert-list.js +107 -0
  12. package/dist/m365/spo/commands/web/web-alert-remove.js +59 -0
  13. package/dist/m365/spo/commands.js +2 -0
  14. package/docs/docs/cmd/booking/business/business-get.mdx +18 -1
  15. package/docs/docs/cmd/booking/business/business-list.mdx +18 -1
  16. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-add.mdx +19 -0
  17. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-get.mdx +19 -0
  18. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-list.mdx +19 -0
  19. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-add.mdx +21 -0
  20. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-get.mdx +19 -0
  21. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-list.mdx +19 -0
  22. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-member-remove.mdx +21 -0
  23. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-remove.mdx +21 -0
  24. package/docs/docs/cmd/entra/administrativeunit/administrativeunit-roleassignment-add.mdx +19 -0
  25. package/docs/docs/cmd/entra/app/app-add.mdx +18 -0
  26. package/docs/docs/cmd/entra/app/app-get.mdx +19 -1
  27. package/docs/docs/cmd/entra/app/app-list.mdx +18 -1
  28. package/docs/docs/cmd/entra/app/app-remove.mdx +20 -0
  29. package/docs/docs/cmd/entra/app/app-set.mdx +20 -0
  30. package/docs/docs/cmd/entra/approleassignment/approleassignment-add.mdx +18 -0
  31. package/docs/docs/cmd/entra/approleassignment/approleassignment-list.mdx +18 -0
  32. package/docs/docs/cmd/entra/approleassignment/approleassignment-remove.mdx +20 -0
  33. package/docs/docs/cmd/entra/group/group-add.mdx +18 -0
  34. package/docs/docs/cmd/entra/group/group-get.mdx +18 -0
  35. package/docs/docs/cmd/entra/group/group-list.mdx +18 -0
  36. package/docs/docs/cmd/entra/group/group-member-add.mdx +20 -0
  37. package/docs/docs/cmd/entra/group/group-member-list.mdx +18 -0
  38. package/docs/docs/cmd/entra/group/group-member-remove.mdx +20 -0
  39. package/docs/docs/cmd/entra/group/group-member-set.mdx +20 -0
  40. package/docs/docs/cmd/entra/group/group-remove.mdx +20 -0
  41. package/docs/docs/cmd/entra/group/group-set.mdx +20 -0
  42. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-clear.mdx +14 -0
  43. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-list.mdx +19 -0
  44. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-remove.mdx +14 -0
  45. package/docs/docs/cmd/entra/m365group/m365group-recyclebinitem-restore.mdx +21 -0
  46. package/docs/docs/cmd/entra/m365group/m365group-report-activitycounts.mdx +18 -0
  47. package/docs/docs/cmd/entra/m365group/m365group-report-activitydetail.mdx +18 -0
  48. package/docs/docs/cmd/entra/m365group/m365group-report-activityfilecounts.mdx +18 -0
  49. package/docs/docs/cmd/entra/m365group/m365group-report-activitygroupcounts.mdx +18 -0
  50. package/docs/docs/cmd/entra/m365group/m365group-report-activitystorage.mdx +18 -0
  51. package/docs/docs/cmd/entra/multitenant/multitenant-add.mdx +18 -0
  52. package/docs/docs/cmd/entra/multitenant/multitenant-get.mdx +18 -1
  53. package/docs/docs/cmd/entra/multitenant/multitenant-remove.mdx +20 -0
  54. package/docs/docs/cmd/entra/multitenant/multitenant-set.mdx +20 -0
  55. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-add.mdx +20 -0
  56. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-list.mdx +17 -0
  57. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-remove.mdx +20 -0
  58. package/docs/docs/cmd/entra/oauth2grant/oauth2grant-set.mdx +20 -0
  59. package/docs/docs/cmd/entra/organization/organization-list.mdx +19 -2
  60. package/docs/docs/cmd/entra/pim/pim-role-assignment-add.mdx +18 -0
  61. package/docs/docs/cmd/entra/pim/pim-role-assignment-eligibility-list.mdx +18 -0
  62. package/docs/docs/cmd/entra/pim/pim-role-assignment-list.mdx +18 -0
  63. package/docs/docs/cmd/entra/pim/pim-role-assignment-remove.mdx +18 -0
  64. package/docs/docs/cmd/entra/pim/pim-role-request-list.mdx +18 -0
  65. package/docs/docs/cmd/graph/directoryextension/directoryextension-add.mdx +18 -0
  66. package/docs/docs/cmd/graph/directoryextension/directoryextension-get.mdx +18 -0
  67. package/docs/docs/cmd/graph/directoryextension/directoryextension-list.mdx +18 -0
  68. package/docs/docs/cmd/graph/directoryextension/directoryextension-remove.mdx +20 -0
  69. package/docs/docs/cmd/graph/schemaextension/schemaextension-add.mdx +18 -1
  70. package/docs/docs/cmd/graph/schemaextension/schemaextension-get.mdx +18 -1
  71. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +19 -1
  72. package/docs/docs/cmd/graph/schemaextension/schemaextension-remove.mdx +20 -0
  73. package/docs/docs/cmd/graph/schemaextension/schemaextension-set.mdx +23 -3
  74. package/docs/docs/cmd/graph/subscription/subscription-add.mdx +27 -6
  75. package/docs/docs/cmd/outlook/mail/mail-send.mdx +21 -0
  76. package/docs/docs/cmd/outlook/mailbox/mailbox-settings-get.mdx +20 -1
  77. package/docs/docs/cmd/outlook/mailbox/mailbox-settings-set.mdx +20 -1
  78. package/docs/docs/cmd/outlook/room/room-list.mdx +19 -0
  79. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +19 -0
  80. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +18 -0
  81. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +18 -0
  82. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +18 -0
  83. package/docs/docs/cmd/purview/retentionevent/retentionevent-remove.mdx +20 -0
  84. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +18 -0
  85. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +18 -0
  86. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +18 -0
  87. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +21 -1
  88. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +21 -1
  89. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +11 -0
  90. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-get.mdx +12 -1
  91. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-list.mdx +12 -1
  92. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-remove.mdx +14 -1
  93. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-set.mdx +13 -0
  94. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +18 -0
  95. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +18 -0
  96. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +18 -0
  97. package/docs/docs/cmd/purview/threatassessment/threatassessment-add.mdx +12 -0
  98. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +19 -0
  99. package/docs/docs/cmd/purview/threatassessment/threatassessment-list.mdx +19 -0
  100. package/docs/docs/cmd/spo/web/web-alert-list.mdx +187 -0
  101. package/docs/docs/cmd/spo/web/web-alert-remove.mdx +65 -0
  102. package/npm-shrinkwrap.json +136 -1
  103. package/package.json +4 -3
@@ -38,6 +38,24 @@ When operating in app-only mode, you have the option to use either the `userName
38
38
 
39
39
  :::
40
40
 
41
+ ## Permissions
42
+ <Tabs>
43
+ <TabItem value="Delegated">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|----------------------------------|
47
+ | Microsoft Graph | InformationProtectionPolicy.Read |
48
+
49
+ </TabItem>
50
+ <TabItem value="Application">
51
+
52
+ | Resource | Permissions |
53
+ |-----------------|--------------------------------------|
54
+ | Microsoft Graph | InformationProtectionPolicy.Read.All |
55
+
56
+ </TabItem>
57
+ </Tabs>
58
+
41
59
  ## Examples
42
60
 
43
61
  Get a list of sensitivity labels.
@@ -38,6 +38,24 @@ When operating in app-only mode, you have the option to use either the `userName
38
38
 
39
39
  :::
40
40
 
41
+ ## Permissions
42
+ <Tabs>
43
+ <TabItem value="Delegated">
44
+
45
+ | Resource | Permissions |
46
+ |-----------------|----------------------------------|
47
+ | Microsoft Graph | InformationProtectionPolicy.Read |
48
+
49
+ </TabItem>
50
+ <TabItem value="Application">
51
+
52
+ | Resource | Permissions |
53
+ |-----------------|--------------------------------------|
54
+ | Microsoft Graph | InformationProtectionPolicy.Read.All |
55
+
56
+ </TabItem>
57
+ </Tabs>
58
+
41
59
  ## Examples
42
60
 
43
61
  Get a list of policy settings for a sensitivity label.
@@ -33,6 +33,18 @@ m365 purview threatassessment add [options]
33
33
 
34
34
  <Global />
35
35
 
36
+ ## Permissions
37
+
38
+ <Tabs>
39
+ <TabItem value="Delegated">
40
+
41
+ | Resource | Permissions |
42
+ |-----------------|--------------------------------|
43
+ | Microsoft Graph | ThreatAssessment.ReadWrite.All |
44
+
45
+ </TabItem>
46
+ </Tabs>
47
+
36
48
  ## Remarks
37
49
 
38
50
  :::info
@@ -24,6 +24,25 @@ m365 purview threatassessment get [options]
24
24
 
25
25
  <Global />
26
26
 
27
+ ## Permissions
28
+
29
+ <Tabs>
30
+ <TabItem value="Delegated">
31
+
32
+ | Resource | Permissions |
33
+ |-----------------|--------------------------------|
34
+ | Microsoft Graph | ThreatAssessment.ReadWrite.All |
35
+
36
+ </TabItem>
37
+ <TabItem value="Application">
38
+
39
+ | Resource | Permissions |
40
+ |-----------------|--------------------------------|
41
+ | Microsoft Graph | ThreatAssessment.Read.All |
42
+
43
+ </TabItem>
44
+ </Tabs>
45
+
27
46
  ## Examples
28
47
 
29
48
  Get a threat assessment.
@@ -21,6 +21,25 @@ m365 purview threatassessment list [options]
21
21
 
22
22
  <Global />
23
23
 
24
+ ## Permissions
25
+
26
+ <Tabs>
27
+ <TabItem value="Delegated">
28
+
29
+ | Resource | Permissions |
30
+ |-----------------|--------------------------------|
31
+ | Microsoft Graph | ThreatAssessment.ReadWrite.All |
32
+
33
+ </TabItem>
34
+ <TabItem value="Application">
35
+
36
+ | Resource | Permissions |
37
+ |-----------------|--------------------------------|
38
+ | Microsoft Graph | ThreatAssessment.Read.All |
39
+
40
+ </TabItem>
41
+ </Tabs>
42
+
24
43
  ## Examples
25
44
 
26
45
  Get a list of threat assessments
@@ -0,0 +1,187 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # spo web alert list
6
+
7
+ Lists all SharePoint list alerts
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 spo web alert list [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-u, --webUrl <webUrl>`
19
+ : The URL of the SharePoint site.
20
+
21
+ `--listId [listId]`
22
+ : The ID of the SharePoint list. Specify either `listId`, `listUrl`, or `listTitle`, but not more than one.
23
+
24
+ `--listUrl [listUrl]`
25
+ : The URL of the SharePoint list. Specify either `listId`, `listUrl`, or `listTitle`, but not more than one.
26
+
27
+ `--listTitle [listTitle]`
28
+ : The title of the SharePoint list. Specify either `listId`, `listUrl`, or `listTitle`, but not more than one.
29
+
30
+ `--userName [userName]`
31
+ : The user name to filter alerts for. Specify either `userName` or `userId`, but not both.
32
+
33
+ `--userId [userId]`
34
+ : The user ID to filter alerts for. Specify either `userName` or `userId`, but not both.
35
+ ```
36
+
37
+ <Global />
38
+
39
+ ## Permissions
40
+
41
+ <Tabs>
42
+ <TabItem value="Delegated">
43
+
44
+ | Resource | Permissions |
45
+ |------------|----------------------|
46
+ | SharePoint | AllSites.FullControl |
47
+
48
+ </TabItem>
49
+ <TabItem value="Application">
50
+
51
+ | Resource | Permissions |
52
+ |------------|-----------------------|
53
+ | SharePoint | Sites.FullControl.All |
54
+
55
+ </TabItem>
56
+ </Tabs>
57
+
58
+ ## Examples
59
+
60
+ List all alerts for a SharePoint site:
61
+
62
+ ```sh
63
+ m365 spo web alert list --webUrl https://contoso.sharepoint.com/sites/Marketing
64
+ ```
65
+
66
+ List alerts for a SharePoint list by listUrl:
67
+
68
+ ```sh
69
+ m365 spo web alert list --webUrl https://contoso.sharepoint.com/sites/Marketing --listUrl /sites/Marketing/lists/Tasks
70
+ ```
71
+
72
+ List alerts for a specific user by userId:
73
+
74
+ ```sh
75
+ m365 spo web alert list --webUrl https://contoso.sharepoint.com/sites/Marketing --userId 7cbb4c8d-8e4d-4d2e-9c6f-3f1d8b2e6a0e
76
+ ```
77
+
78
+ List alerts for a specific list by title and user by username:
79
+
80
+ ```sh
81
+ m365 spo web alert list --webUrl https://contoso.sharepoint.com/sites/Marketing --listTitle "Tasks" --userName jane.doe@contoso.com
82
+ ```
83
+
84
+ ## Response
85
+
86
+ <Tabs>
87
+ <TabItem value="JSON">
88
+
89
+ ```json
90
+ [
91
+ {
92
+ "AlertFrequency": 0,
93
+ "AlertTemplateName": "SPAlertTemplateType.DocumentLibrary",
94
+ "AlertType": 1,
95
+ "AlwaysNotify": false,
96
+ "DeliveryChannels": 1,
97
+ "EventType": -1,
98
+ "Filter": "",
99
+ "ID": "c52b4bf0-add0-4323-b670-f765bb46337b",
100
+ "Properties": [
101
+ {
102
+ "Key": "dispformurl",
103
+ "Value": "Shared Documents/Forms/DispForm.aspx",
104
+ "ValueType": "Edm.String"
105
+ }
106
+ ],
107
+ "Status": 0,
108
+ "Title": "Documents: ProjectPlan.docx",
109
+ "UserId": 9,
110
+ "Item": {
111
+ "Id": 37326,
112
+ "FileRef": "/sites/marketing/Shared Documents/ProjectPlan.docx",
113
+ "GUID": "ef5cc60b-71c0-4357-a291-14274234efde"
114
+ },
115
+ "List": {
116
+ "Id": "6b4f195c-02da-47f4-8237-065b96258cf3",
117
+ "Title": "Documents",
118
+ "RootFolder": {
119
+ "ServerRelativeUrl": "/sites/marketing/Shared Documents"
120
+ }
121
+ },
122
+ "User": {
123
+ "Id": 9,
124
+ "IsHiddenInUI": false,
125
+ "LoginName": "i:0#.f|membership|jane.doe@contoso.onmicrosoft.com",
126
+ "Title": "Jane Doe",
127
+ "PrincipalType": 1,
128
+ "Email": "jane.doe@contoso.onmicrosoft.com",
129
+ "Expiration": "",
130
+ "IsEmailAuthenticationGuestUser": false,
131
+ "IsShareByEmailGuestUser": false,
132
+ "IsSiteAdmin": false,
133
+ "UserId": {
134
+ "NameId": "10037ffeaed549a5",
135
+ "NameIdIssuer": "urn:federation:microsoftonline"
136
+ },
137
+ "UserPrincipalName": "jane.doe@contoso.onmicrosoft.com"
138
+ }
139
+ }
140
+ ]
141
+ ```
142
+
143
+ </TabItem>
144
+ <TabItem value="Text">
145
+
146
+ ```txt
147
+ ID Title UserPrincipalName
148
+ ------------------------------------ --------------------------- --------------------
149
+ fa5115ee-0c72-4d17-9fda-ee2451ba1c6d Documents: ProjectPlan.docx jane.doe@contoso.com
150
+ ```
151
+
152
+ </TabItem>
153
+ <TabItem value="CSV">
154
+
155
+ ```csv
156
+ AlertFrequency,AlertTemplateName,AlertType,AlwaysNotify,DeliveryChannels,EventType,Filter,ID,Status,Title,UserId,UserPrincipalName
157
+ 0,SPAlertTemplateType.DocumentLibrary,1,0,1,-1,,fa5115ee-0c72-4d17-9fda-ee2451ba1c6d,0,Documents: ProjectPlan.docx,6,jane.doe@contoso.com
158
+ ```
159
+
160
+ </TabItem>
161
+ <TabItem value="Markdown">
162
+
163
+ ```md
164
+ # spo web alert list --webUrl "https://contoso.sharepoint.com/sites/marketing" --listUrl "/sites/marketing/Shared Documents"
165
+
166
+ Date: 10/6/2025
167
+
168
+ ## Documents: ProjectPlan.docx (c52b4bf0-add0-4323-b670-f765bb46337b)
169
+
170
+ Property | Value
171
+ ---------|-------
172
+ AlertFrequency | 0
173
+ AlertTemplateName | SPAlertTemplateType.DocumentLibrary
174
+ AlertType | 1
175
+ AlwaysNotify | false
176
+ DeliveryChannels | 1
177
+ EventType | -1
178
+ Filter |
179
+ ID | c52b4bf0-add0-4323-b670-f765bb46337b
180
+ Status | 0
181
+ Title | Documents: ProjectPlan.docx
182
+ UserId | 9
183
+ UserPrincipalName | jane.doe@contoso.com
184
+ ```
185
+
186
+ </TabItem>
187
+ </Tabs>
@@ -0,0 +1,65 @@
1
+ import Global from '/docs/cmd/_global.mdx';
2
+ import Tabs from '@theme/Tabs';
3
+ import TabItem from '@theme/TabItem';
4
+
5
+ # spo web alert remove
6
+
7
+ Removes an alert from a SharePoint list
8
+
9
+ ## Usage
10
+
11
+ ```sh
12
+ m365 spo web alert remove [options]
13
+ ```
14
+
15
+ ## Options
16
+
17
+ ```md definition-list
18
+ `-u, --webUrl <webUrl>`
19
+ : The URL of the SharePoint site.
20
+
21
+ `--id <id>`
22
+ : The ID of the alert.
23
+
24
+ `-f, --force`
25
+ : Don't prompt for confirmation.
26
+ ```
27
+
28
+ <Global />
29
+
30
+ ## Permissions
31
+
32
+ <Tabs>
33
+ <TabItem value="Delegated">
34
+
35
+ | Resource | Permissions |
36
+ |------------|----------------------|
37
+ | SharePoint | AllSites.FullControl |
38
+
39
+ </TabItem>
40
+ <TabItem value="Application">
41
+
42
+ | Resource | Permissions |
43
+ |------------|-----------------------|
44
+ | SharePoint | Sites.FullControl.All |
45
+
46
+ </TabItem>
47
+ </Tabs>
48
+
49
+ ## Examples
50
+
51
+ Remove an alert by ID
52
+
53
+ ```sh
54
+ m365 spo web alert remove --webUrl https://contoso.sharepoint.com/sites/Marketing --id 7cbb4c8d-8e4d-4d2e-9c6f-3f1d8b2e6a0e
55
+ ```
56
+
57
+ Remove another alert without confirmation
58
+
59
+ ```sh
60
+ m365 spo web alert remove --webUrl https://contoso.sharepoint.com/sites/Marketing --id 2b6f1c8a-3e6a-4c7e-b8c0-7bf4c8e6d7f1 --force
61
+ ```
62
+
63
+ ## Response
64
+
65
+ The command won't return a response on success.
@@ -73,7 +73,8 @@
73
73
  "mocha": "^11.7.4",
74
74
  "rimraf": "^6.0.1",
75
75
  "sinon": "^21.0.0",
76
- "source-map-support": "^0.5.21"
76
+ "source-map-support": "^0.5.21",
77
+ "tsc-watch": "^7.2.0"
77
78
  }
78
79
  },
79
80
  "eslint-rules": {
@@ -3522,6 +3523,13 @@
3522
3523
  "node": ">= 0.4"
3523
3524
  }
3524
3525
  },
3526
+ "node_modules/duplexer": {
3527
+ "version": "0.1.2",
3528
+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz",
3529
+ "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==",
3530
+ "dev": true,
3531
+ "license": "MIT"
3532
+ },
3525
3533
  "node_modules/eastasianwidth": {
3526
3534
  "version": "0.2.0",
3527
3535
  "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
@@ -3899,6 +3907,22 @@
3899
3907
  "node": ">=0.10.0"
3900
3908
  }
3901
3909
  },
3910
+ "node_modules/event-stream": {
3911
+ "version": "3.3.4",
3912
+ "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz",
3913
+ "integrity": "sha512-QHpkERcGsR0T7Qm3HNJSyXKEEj8AHNxkY3PK8TS2KJvQ7NiSHe3DDpwVKKtoYprL/AreyzFBeIkBIWChAqn60g==",
3914
+ "dev": true,
3915
+ "license": "MIT",
3916
+ "dependencies": {
3917
+ "duplexer": "~0.1.1",
3918
+ "from": "~0",
3919
+ "map-stream": "~0.1.0",
3920
+ "pause-stream": "0.0.11",
3921
+ "split": "0.3",
3922
+ "stream-combiner": "~0.0.4",
3923
+ "through": "~2.3.1"
3924
+ }
3925
+ },
3902
3926
  "node_modules/execa": {
3903
3927
  "version": "9.6.0",
3904
3928
  "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.0.tgz",
@@ -4182,6 +4206,13 @@
4182
4206
  "integrity": "sha512-alTFZZQDKMporBH77856pXgzhEzaUVmLCDk+egLgIgHst3Tpndzz8MnKe+GzRJRfvVdn69HhpW7cmXzvtLvJAw==",
4183
4207
  "license": "MIT"
4184
4208
  },
4209
+ "node_modules/from": {
4210
+ "version": "0.1.7",
4211
+ "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
4212
+ "integrity": "sha512-twe20eF1OxVxp/ML/kq2p1uc6KvFK/+vs8WjEbeKmV2He22MKm7YF2ANIt+EOqhJ5L3K/SuuPhk0hWQDjOM23g==",
4213
+ "dev": true,
4214
+ "license": "MIT"
4215
+ },
4185
4216
  "node_modules/function-bind": {
4186
4217
  "version": "1.1.2",
4187
4218
  "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
@@ -5153,6 +5184,12 @@
5153
5184
  "url": "https://github.com/sponsors/sindresorhus"
5154
5185
  }
5155
5186
  },
5187
+ "node_modules/map-stream": {
5188
+ "version": "0.1.0",
5189
+ "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz",
5190
+ "integrity": "sha512-CkYQrPYZfWnu/DAmVCpTSX/xHpKZ80eKh2lAkyA6AJTef6bW+6JpbQZN5rofum7da+SyN1bi5ctTm+lTfcCW3g==",
5191
+ "dev": true
5192
+ },
5156
5193
  "node_modules/math-intrinsics": {
5157
5194
  "version": "1.1.0",
5158
5195
  "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
@@ -5346,6 +5383,13 @@
5346
5383
  "dev": true,
5347
5384
  "license": "MIT"
5348
5385
  },
5386
+ "node_modules/node-cleanup": {
5387
+ "version": "2.1.2",
5388
+ "resolved": "https://registry.npmjs.org/node-cleanup/-/node-cleanup-2.1.2.tgz",
5389
+ "integrity": "sha512-qN8v/s2PAJwGUtr1/hYTpNKlD6Y9rc4p8KSmJXyGdYGZsDGKXrGThikLFP9OCHFeLeEpQzPwiAtdIvBLqm//Hw==",
5390
+ "dev": true,
5391
+ "license": "MIT"
5392
+ },
5349
5393
  "node_modules/node-forge": {
5350
5394
  "version": "1.3.1",
5351
5395
  "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz",
@@ -5558,6 +5602,19 @@
5558
5602
  "dev": true,
5559
5603
  "license": "ISC"
5560
5604
  },
5605
+ "node_modules/pause-stream": {
5606
+ "version": "0.0.11",
5607
+ "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
5608
+ "integrity": "sha512-e3FBlXLmN/D1S+zHzanP4E/4Z60oFAa3O051qt1pxa7DEJWKAyil6upYVXCWadEnuoqa4Pkc9oUx9zsxYeRv8A==",
5609
+ "dev": true,
5610
+ "license": [
5611
+ "MIT",
5612
+ "Apache2"
5613
+ ],
5614
+ "dependencies": {
5615
+ "through": "~2.3"
5616
+ }
5617
+ },
5561
5618
  "node_modules/pg-int8": {
5562
5619
  "version": "1.0.1",
5563
5620
  "resolved": "https://registry.npmjs.org/pg-int8/-/pg-int8-1.0.1.tgz",
@@ -5715,6 +5772,22 @@
5715
5772
  "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
5716
5773
  "license": "MIT"
5717
5774
  },
5775
+ "node_modules/ps-tree": {
5776
+ "version": "1.2.0",
5777
+ "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz",
5778
+ "integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==",
5779
+ "dev": true,
5780
+ "license": "MIT",
5781
+ "dependencies": {
5782
+ "event-stream": "=3.3.4"
5783
+ },
5784
+ "bin": {
5785
+ "ps-tree": "bin/ps-tree.js"
5786
+ },
5787
+ "engines": {
5788
+ "node": ">= 0.10"
5789
+ }
5790
+ },
5718
5791
  "node_modules/punycode": {
5719
5792
  "version": "2.3.1",
5720
5793
  "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
@@ -6194,6 +6267,29 @@
6194
6267
  "source-map": "^0.6.0"
6195
6268
  }
6196
6269
  },
6270
+ "node_modules/split": {
6271
+ "version": "0.3.3",
6272
+ "resolved": "https://registry.npmjs.org/split/-/split-0.3.3.tgz",
6273
+ "integrity": "sha512-wD2AeVmxXRBoX44wAycgjVpMhvbwdI2aZjCkvfNcH1YqHQvJVa1duWc73OyVGJUc05fhFaTZeQ/PYsrmyH0JVA==",
6274
+ "dev": true,
6275
+ "license": "MIT",
6276
+ "dependencies": {
6277
+ "through": "2"
6278
+ },
6279
+ "engines": {
6280
+ "node": "*"
6281
+ }
6282
+ },
6283
+ "node_modules/stream-combiner": {
6284
+ "version": "0.0.4",
6285
+ "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz",
6286
+ "integrity": "sha512-rT00SPnTVyRsaSz5zgSPma/aHSOic5U1prhYdRy5HS2kTZviFpmDgzilbtsJsxiroqACmayynDN/9VzIbX5DOw==",
6287
+ "dev": true,
6288
+ "license": "MIT",
6289
+ "dependencies": {
6290
+ "duplexer": "~0.1.1"
6291
+ }
6292
+ },
6197
6293
  "node_modules/string_decoder": {
6198
6294
  "version": "1.3.0",
6199
6295
  "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
@@ -6203,6 +6299,16 @@
6203
6299
  "safe-buffer": "~5.2.0"
6204
6300
  }
6205
6301
  },
6302
+ "node_modules/string-argv": {
6303
+ "version": "0.3.2",
6304
+ "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz",
6305
+ "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==",
6306
+ "dev": true,
6307
+ "license": "MIT",
6308
+ "engines": {
6309
+ "node": ">=0.6.19"
6310
+ }
6311
+ },
6206
6312
  "node_modules/string-width": {
6207
6313
  "version": "5.1.2",
6208
6314
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
@@ -6412,6 +6518,13 @@
6412
6518
  "node": ">=18"
6413
6519
  }
6414
6520
  },
6521
+ "node_modules/through": {
6522
+ "version": "2.3.8",
6523
+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
6524
+ "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==",
6525
+ "dev": true,
6526
+ "license": "MIT"
6527
+ },
6415
6528
  "node_modules/to-regex-range": {
6416
6529
  "version": "5.0.1",
6417
6530
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -6447,6 +6560,28 @@
6447
6560
  "typescript": ">=4.8.4"
6448
6561
  }
6449
6562
  },
6563
+ "node_modules/tsc-watch": {
6564
+ "version": "7.2.0",
6565
+ "resolved": "https://registry.npmjs.org/tsc-watch/-/tsc-watch-7.2.0.tgz",
6566
+ "integrity": "sha512-4gRFawQD1cVSaILvG7wl2x6NtteKbS2dGBMbL7Q6n1ldLIOKXCJUoEwUXdGuee4dp+zcnA6tukBBLz1lZrNI9w==",
6567
+ "dev": true,
6568
+ "license": "MIT",
6569
+ "dependencies": {
6570
+ "cross-spawn": "^7.0.6",
6571
+ "node-cleanup": "^2.1.2",
6572
+ "ps-tree": "^1.2.0",
6573
+ "string-argv": "^0.3.2"
6574
+ },
6575
+ "bin": {
6576
+ "tsc-watch": "dist/lib/tsc-watch.js"
6577
+ },
6578
+ "engines": {
6579
+ "node": ">=12.12.0"
6580
+ },
6581
+ "peerDependencies": {
6582
+ "typescript": "*"
6583
+ }
6584
+ },
6450
6585
  "node_modules/tslib": {
6451
6586
  "version": "2.8.1",
6452
6587
  "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "11.1.0-beta.734344f",
3
+ "version": "11.1.0-beta.871ff4d",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -22,7 +22,7 @@
22
22
  "type": "module",
23
23
  "scripts": {
24
24
  "build": "tsc -p . && node scripts/write-all-commands.js && node scripts/copy-files.js",
25
- "watch": "tsc -w -p .",
25
+ "watch": "tsc-watch --onSuccess \"node scripts/write-all-commands.js\"",
26
26
  "clean": "rimraf ./dist",
27
27
  "test": "npm run test:version && npm run lint && npm run test:cov",
28
28
  "test:version": "node scripts/check-version.js",
@@ -320,6 +320,7 @@
320
320
  "mocha": "^11.7.4",
321
321
  "rimraf": "^6.0.1",
322
322
  "sinon": "^21.0.0",
323
- "source-map-support": "^0.5.21"
323
+ "source-map-support": "^0.5.21",
324
+ "tsc-watch": "^7.2.0"
324
325
  }
325
326
  }