@pnp/cli-microsoft365 5.9.0-beta.86c5624 → 5.9.0-beta.a3284ab

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 (61) hide show
  1. package/.eslintrc.js +4 -2
  2. package/dist/m365/aad/commands/app/app-add.js +37 -13
  3. package/dist/m365/outlook/commands/mail/mail-send.js +55 -31
  4. package/dist/m365/planner/commands/bucket/bucket-get.js +1 -1
  5. package/dist/m365/pp/commands/Environment.js +3 -0
  6. package/dist/m365/pp/commands/card/card-get.js +110 -0
  7. package/dist/m365/pp/commands/card/card-list.js +68 -0
  8. package/dist/m365/pp/commands/dataverse/dataverse-table-list.js +6 -12
  9. package/dist/m365/pp/commands/environment/environment-get.js +75 -0
  10. package/dist/m365/pp/commands/gateway/gateway-get.js +70 -0
  11. package/dist/m365/pp/commands/solution/solution-get.js +117 -0
  12. package/dist/m365/pp/commands.js +5 -0
  13. package/dist/m365/spo/commands/contenttype/contenttype-add.js +82 -43
  14. package/dist/m365/spo/commands/contenttype/contenttype-field-remove.js +53 -21
  15. package/dist/m365/spo/commands/contenttype/contenttype-get.js +35 -14
  16. package/dist/m365/spo/commands/file/file-roleinheritance-break.js +129 -0
  17. package/dist/m365/spo/commands/folder/folder-roleassignment-remove.js +168 -0
  18. package/dist/m365/spo/commands/list/list-contenttype-add.js +21 -18
  19. package/dist/m365/spo/commands/list/list-contenttype-default-set.js +59 -47
  20. package/dist/m365/spo/commands/list/list-contenttype-list.js +16 -8
  21. package/dist/m365/spo/commands/list/list-contenttype-remove.js +16 -8
  22. package/dist/m365/spo/commands/list/list-roleinheritance-break.js +14 -6
  23. package/dist/m365/spo/commands/list/list-roleinheritance-reset.js +15 -7
  24. package/dist/m365/spo/commands/list/list-webhook-add.js +19 -11
  25. package/dist/m365/spo/commands/list/list-webhook-get.js +17 -9
  26. package/dist/m365/spo/commands/list/list-webhook-list.js +23 -24
  27. package/dist/m365/spo/commands/list/list-webhook-remove.js +19 -11
  28. package/dist/m365/spo/commands/list/list-webhook-set.js +18 -10
  29. package/dist/m365/spo/commands.js +2 -0
  30. package/dist/m365/teams/commands/channel/channel-add.js +9 -9
  31. package/dist/m365/todo/commands/task/task-add.js +55 -3
  32. package/dist/m365/todo/commands/task/task-set.js +53 -1
  33. package/docs/docs/_clisettings.md +19 -0
  34. package/docs/docs/cmd/outlook/mail/mail-send.md +13 -0
  35. package/docs/docs/cmd/pp/card/card-get.md +51 -0
  36. package/docs/docs/cmd/pp/card/card-list.md +33 -0
  37. package/docs/docs/cmd/pp/environment/environment-get.md +38 -0
  38. package/docs/docs/cmd/pp/gateway/gateway-get.md +24 -0
  39. package/docs/docs/cmd/pp/solution/solution-get.md +51 -0
  40. package/docs/docs/cmd/spo/contenttype/contenttype-add.md +20 -2
  41. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.md +22 -4
  42. package/docs/docs/cmd/spo/contenttype/contenttype-get.md +21 -3
  43. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.md +2 -2
  44. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.md +2 -2
  45. package/docs/docs/cmd/spo/file/file-roleinheritance-break.md +54 -0
  46. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.md +57 -0
  47. package/docs/docs/cmd/spo/list/list-contenttype-add.md +16 -7
  48. package/docs/docs/cmd/spo/list/list-contenttype-default-set.md +16 -7
  49. package/docs/docs/cmd/spo/list/list-contenttype-list.md +15 -6
  50. package/docs/docs/cmd/spo/list/list-contenttype-remove.md +17 -8
  51. package/docs/docs/cmd/spo/list/list-roleinheritance-break.md +11 -8
  52. package/docs/docs/cmd/spo/list/list-roleinheritance-reset.md +14 -5
  53. package/docs/docs/cmd/spo/list/list-webhook-add.md +15 -16
  54. package/docs/docs/cmd/spo/list/list-webhook-get.md +15 -6
  55. package/docs/docs/cmd/spo/list/list-webhook-list.md +16 -7
  56. package/docs/docs/cmd/spo/list/list-webhook-remove.md +12 -10
  57. package/docs/docs/cmd/spo/list/list-webhook-set.md +13 -11
  58. package/docs/docs/cmd/teams/channel/channel-add.md +4 -4
  59. package/docs/docs/cmd/todo/task/task-add.md +32 -5
  60. package/docs/docs/cmd/todo/task/task-set.md +29 -2
  61. package/package.json +6 -1
@@ -25,18 +25,45 @@ m365 todo task set [options]
25
25
  `--listId [listId]`
26
26
  : The id of the task list in which the task exists. Specify either `listName` or `listId`, not both
27
27
 
28
+ `--bodyContent [bodyContent]`
29
+ : The body content of the task. In the UI this is called 'notes'.
30
+
31
+ `--bodyContentType [bodyContentType]`
32
+ : The type of the body content. Possible values are `text` and `html`. Default is `text`.
33
+
34
+ `--importance [importance]`
35
+ : The importance of the task. Possible values are: `low`, `normal`, `high`.
36
+
37
+ `--dueDateTime [dueDateTime]`
38
+ : The date and time when the task is due. This should be defined as a valid ISO 8601 string in the UTC time zone. Only date value is needed, time value is always ignored.
39
+
40
+ `--reminderDateTime [reminderDateTime]`
41
+ : The date and time for a reminder alert of the task to occur. This should be defined as a valid ISO 8601 string in the UTC time zone.
42
+
28
43
  --8<-- "docs/cmd/_global.md"
29
44
 
30
45
  ## Examples
31
46
 
32
- Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with the name _My task list_
47
+ Update a task with title _New task_ to _Update doco_ in Microsoft To Do tasks list with a specific name
33
48
 
34
49
  ```sh
35
50
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --title "Update doco" --listName "My task list"
36
51
  ```
37
52
 
38
- Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with the name _My task list_
53
+ Update a task with status from _notStarted_ to _inProgress_ in Microsoft To Do tasks list with a specific name
39
54
 
40
55
  ```sh
41
56
  m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --status "inProgress" --listName "My task list"
42
57
  ```
58
+
59
+ Update a task with bodyContent and reminder and flag it as important in Microsoft To Do tasks list with a specific name
60
+
61
+ ```sh
62
+ m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listName "My task list" --bodyContent "I should not forget this" --reminderDateTime 2023-01-01T12:00:00Z --importance high
63
+ ```
64
+
65
+ Update a task with due date in Microsoft To Do tasks list with list id
66
+
67
+ ```sh
68
+ m365 todo task set --id "AAMkADU3Y2E0OTMxLTllYTQtNGFlZS1hZGM0LWI1NjZjY2FhM2RhMABGAAAAAADhr7P77n9xS6PdtDemRwpHBwCin1tvQMXzRKN1hQDz2S3VAAAXXsleAACin1tvQMXzRKN1hQDz2S3VAAAXXzr9AAA=" --listId "AQMkADlhMTRkOGEzLWQ1M2QtNGVkNS04NjdmLWU0NzJhMjZmZWNmMwAuAAADKvwNgAMNPE_zFNRJXVrU1wEAhHKQZHItDEOVCn8U3xuA2AABmQeVPwAAAA==" --dueDateTime 2023-01-01
69
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "5.9.0-beta.86c5624",
3
+ "version": "5.9.0-beta.a3284ab",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -117,11 +117,13 @@
117
117
  "Choudhary, Karnail Singh <pradhankarnail@gmail.com>",
118
118
  "Connell, Andrew <me@andrewconnell.com>",
119
119
  "Conor O'Callaghan <brioscaibriste@gmail.com>",
120
+ "De Cleyre, Nico <nico.de.cleyre@gmail.com>",
120
121
  "Deshpande, Vardhaman <vardhaman.rd@gmail.com>",
121
122
  "Dyjas, Robert <15113729+robdy@users.noreply.github.com>",
122
123
  "Faleel, Mohamed Ashiq <ashiqf@gmail.com>",
123
124
  "Ford, Lee <fordyman@gmail.com>",
124
125
  "Freese, Luise <49960482+LuiseFreese@users.noreply.github.com>",
126
+ "Gaston Flores <gaston.flrs@gmail.com>",
125
127
  "Georgiev, Velin <velin.georgiev@gmail.com>",
126
128
  "Ghuge, Pramod <pramod7@gmail.com>",
127
129
  "Gölles, Thomas <thomy@outlook.at>",
@@ -129,6 +131,7 @@
129
131
  "Harding, Phil <pil.harding@platinumdogs.co.uk>",
130
132
  "Hawrylak, Paweł <phawrylak@outlook.com>",
131
133
  "Holemans, Milan <Milan.Holemans@vanroey.be>",
134
+ "Hüseyin Saatçi <huseyins@comodo.net>",
132
135
  "Honen, Nicholas <nickhonen@gmail.com>",
133
136
  "Högberg, Joakim <joakim.hogberg@bravero.se>",
134
137
  "Hvam, Allan <ahp@delegate.dk>",
@@ -156,6 +159,7 @@
156
159
  "Mücklisch, Steve <steve.muecklisch@gmail.com>",
157
160
  "Nachan, Nanddeep <nanddeepnachan@gmail.com>",
158
161
  "Nachan, Smita <smita.nachan@gmail.com>",
162
+ "Nadir, Daniaal <daniaal1030@gmail.com>",
159
163
  "Nikolić, Aleksandar <alexandair@live.com>",
160
164
  "Otto <berot3@gmail.com>",
161
165
  "Pandey, Vividh <vividh.pandey.13@gmail.com>",
@@ -166,6 +170,7 @@
166
170
  "Priem, Mark <mark.priem@outlook.com>",
167
171
  "Raju, Arnie <arnie.raju@thesolutioncollective.com.au>",
168
172
  "Ramalho, David <dramalho@storm.ie>",
173
+ "Rathi, Tanmay <tanmay_rathi@intuit.com>",
169
174
  "Reekmans, Yannick <reekmans.yannick@gmail.com>",
170
175
  "Romano, Rodrigo <rodrigo@rodrigoromano.net>",
171
176
  "Romão, Douglas <douglas.romao@trentim.com>",