@pnp/cli-microsoft365 7.1.0-beta.8b56e1d → 7.1.0-beta.99de250

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 (221) hide show
  1. package/dist/Auth.js +1 -1
  2. package/dist/appInsights.js +5 -9
  3. package/dist/cli/Cli.js +6 -2
  4. package/dist/m365/spo/commands/feature/feature-disable.js +8 -6
  5. package/dist/m365/spo/commands/feature/feature-enable.js +6 -5
  6. package/dist/m365/spo/commands/user/user-get.js +7 -1
  7. package/dist/telemetry.js +30 -14
  8. package/dist/telemetryRunner.js +26 -0
  9. package/docs/docs/cmd/aad/license/license-list.mdx +21 -16
  10. package/docs/docs/cmd/aad/m365group/m365group-add.mdx +1 -1
  11. package/docs/docs/cmd/aad/user/user-add.mdx +2 -4
  12. package/docs/docs/cmd/aad/user/user-license-add.mdx +2 -4
  13. package/docs/docs/cmd/aad/user/user-license-list.mdx +3 -5
  14. package/docs/docs/cmd/aad/user/user-recyclebinitem-list.mdx +1 -3
  15. package/docs/docs/cmd/aad/user/user-recyclebinitem-restore.mdx +1 -3
  16. package/docs/docs/cmd/flow/environment/environment-get.mdx +3 -4
  17. package/docs/docs/cmd/flow/environment/environment-list.mdx +3 -4
  18. package/docs/docs/cmd/flow/owner/owner-list.mdx +2 -3
  19. package/docs/docs/cmd/flow/run/run-list.mdx +6 -8
  20. package/docs/docs/cmd/graph/schemaextension/schemaextension-list.mdx +2 -3
  21. package/docs/docs/cmd/onenote/page/page-list.mdx +6 -9
  22. package/docs/docs/cmd/outlook/message/message-get.mdx +5 -15
  23. package/docs/docs/cmd/outlook/message/message-list.mdx +5 -14
  24. package/docs/docs/cmd/outlook/room/room-list.mdx +3 -6
  25. package/docs/docs/cmd/outlook/roomlist/roomlist-list.mdx +1 -3
  26. package/docs/docs/cmd/pa/app/app-get.mdx +4 -7
  27. package/docs/docs/cmd/pa/app/app-list.mdx +4 -7
  28. package/docs/docs/cmd/pa/connector/connector-list.mdx +2 -4
  29. package/docs/docs/cmd/pa/environment/environment-get.mdx +2 -4
  30. package/docs/docs/cmd/pa/environment/environment-list.mdx +1 -3
  31. package/docs/docs/cmd/planner/plan/plan-add.mdx +4 -11
  32. package/docs/docs/cmd/planner/plan/plan-get.mdx +4 -9
  33. package/docs/docs/cmd/planner/plan/plan-list.mdx +3 -6
  34. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -9
  35. package/docs/docs/cmd/planner/roster/roster-member-add.mdx +2 -4
  36. package/docs/docs/cmd/planner/roster/roster-member-get.mdx +2 -4
  37. package/docs/docs/cmd/planner/roster/roster-member-list.mdx +1 -3
  38. package/docs/docs/cmd/planner/task/task-add.mdx +4 -14
  39. package/docs/docs/cmd/planner/task/task-checklistitem-add.mdx +2 -4
  40. package/docs/docs/cmd/planner/task/task-checklistitem-list.mdx +1 -3
  41. package/docs/docs/cmd/planner/task/task-get.mdx +0 -7
  42. package/docs/docs/cmd/planner/task/task-list.mdx +1 -5
  43. package/docs/docs/cmd/planner/task/task-reference-add.mdx +0 -2
  44. package/docs/docs/cmd/planner/task/task-reference-list.mdx +0 -2
  45. package/docs/docs/cmd/planner/task/task-set.mdx +4 -13
  46. package/docs/docs/cmd/planner/tenant/tenant-settings-list.mdx +1 -3
  47. package/docs/docs/cmd/planner/tenant/tenant-settings-set.mdx +3 -5
  48. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-get.mdx +6 -8
  49. package/docs/docs/cmd/pp/aibuildermodel/aibuildermodel-list.mdx +4 -7
  50. package/docs/docs/cmd/pp/card/card-get.mdx +4 -8
  51. package/docs/docs/cmd/pp/card/card-list.mdx +0 -4
  52. package/docs/docs/cmd/pp/chatbot/chatbot-get.mdx +4 -6
  53. package/docs/docs/cmd/pp/dataverse/dataverse-table-get.mdx +3 -14
  54. package/docs/docs/cmd/pp/dataverse/dataverse-table-list.mdx +3 -14
  55. package/docs/docs/cmd/pp/environment/environment-get.mdx +3 -5
  56. package/docs/docs/cmd/pp/environment/environment-list.mdx +2 -4
  57. package/docs/docs/cmd/pp/gateway/gateway-get.mdx +0 -3
  58. package/docs/docs/cmd/pp/gateway/gateway-list.mdx +1 -4
  59. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +4 -0
  60. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +3 -8
  61. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -3
  62. package/docs/docs/cmd/purview/retentionevent/retentionevent-list.mdx +1 -5
  63. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +0 -2
  64. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -3
  65. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-list.mdx +1 -3
  66. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-get.mdx +3 -6
  67. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-list.mdx +3 -5
  68. package/docs/docs/cmd/purview/threatassessment/threatassessment-get.mdx +4 -8
  69. package/docs/docs/cmd/spo/app/app-add.mdx +94 -7
  70. package/docs/docs/cmd/spo/app/app-deploy.mdx +11 -7
  71. package/docs/docs/cmd/spo/app/app-get.mdx +117 -8
  72. package/docs/docs/cmd/spo/app/app-install.mdx +9 -5
  73. package/docs/docs/cmd/spo/app/app-instance-list.mdx +85 -2
  74. package/docs/docs/cmd/spo/app/app-list.mdx +95 -3
  75. package/docs/docs/cmd/spo/app/app-remove.mdx +11 -7
  76. package/docs/docs/cmd/spo/app/app-retract.mdx +9 -5
  77. package/docs/docs/cmd/spo/app/app-teamspackage-download.mdx +12 -8
  78. package/docs/docs/cmd/spo/app/app-uninstall.mdx +11 -7
  79. package/docs/docs/cmd/spo/app/app-upgrade.mdx +9 -5
  80. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-add.mdx +4 -2
  81. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-get.mdx +9 -7
  82. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-list.mdx +6 -6
  83. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-remove.mdx +12 -6
  84. package/docs/docs/cmd/spo/applicationcustomizer/applicationcustomizer-set.mdx +4 -2
  85. package/docs/docs/cmd/spo/apppage/apppage-add.mdx +54 -5
  86. package/docs/docs/cmd/spo/apppage/apppage-set.mdx +8 -4
  87. package/docs/docs/cmd/spo/cdn/cdn-get.mdx +36 -1
  88. package/docs/docs/cmd/spo/cdn/cdn-origin-add.mdx +7 -3
  89. package/docs/docs/cmd/spo/cdn/cdn-origin-list.mdx +48 -3
  90. package/docs/docs/cmd/spo/cdn/cdn-origin-remove.mdx +8 -4
  91. package/docs/docs/cmd/spo/cdn/cdn-policy-list.mdx +53 -3
  92. package/docs/docs/cmd/spo/cdn/cdn-policy-set.mdx +7 -3
  93. package/docs/docs/cmd/spo/cdn/cdn-set.mdx +7 -3
  94. package/docs/docs/cmd/spo/commandset/commandset-add.mdx +6 -6
  95. package/docs/docs/cmd/spo/commandset/commandset-get.mdx +3 -5
  96. package/docs/docs/cmd/spo/commandset/commandset-list.mdx +6 -5
  97. package/docs/docs/cmd/spo/commandset/commandset-remove.mdx +7 -3
  98. package/docs/docs/cmd/spo/commandset/commandset-set.mdx +6 -4
  99. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +148 -9
  100. package/docs/docs/cmd/spo/contenttype/contenttype-field-remove.mdx +19 -15
  101. package/docs/docs/cmd/spo/contenttype/contenttype-field-set.mdx +12 -8
  102. package/docs/docs/cmd/spo/contenttype/contenttype-get.mdx +147 -8
  103. package/docs/docs/cmd/spo/contenttype/contenttype-list.mdx +115 -4
  104. package/docs/docs/cmd/spo/contenttype/contenttype-remove.mdx +8 -4
  105. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +8 -4
  106. package/docs/docs/cmd/spo/contenttypehub/contenttypehub-get.mdx +44 -0
  107. package/docs/docs/cmd/spo/customaction/customaction-add.mdx +12 -8
  108. package/docs/docs/cmd/spo/customaction/customaction-clear.mdx +10 -7
  109. package/docs/docs/cmd/spo/customaction/customaction-get.mdx +11 -15
  110. package/docs/docs/cmd/spo/customaction/customaction-list.mdx +87 -5
  111. package/docs/docs/cmd/spo/customaction/customaction-remove.mdx +17 -13
  112. package/docs/docs/cmd/spo/customaction/customaction-set.mdx +27 -23
  113. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-get.mdx +29 -14
  114. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-list.mdx +66 -5
  115. package/docs/docs/cmd/spo/eventreceiver/eventreceiver-remove.mdx +4 -0
  116. package/docs/docs/cmd/spo/externaluser/externaluser-list.mdx +78 -7
  117. package/docs/docs/cmd/spo/feature/feature-disable.mdx +10 -6
  118. package/docs/docs/cmd/spo/feature/feature-enable.mdx +9 -5
  119. package/docs/docs/cmd/spo/feature/feature-list.mdx +52 -0
  120. package/docs/docs/cmd/spo/field/field-add.mdx +177 -11
  121. package/docs/docs/cmd/spo/field/field-get.mdx +175 -9
  122. package/docs/docs/cmd/spo/field/field-list.mdx +135 -8
  123. package/docs/docs/cmd/spo/field/field-remove.mdx +16 -12
  124. package/docs/docs/cmd/spo/field/field-set.mdx +15 -11
  125. package/docs/docs/cmd/spo/file/file-add.mdx +31 -27
  126. package/docs/docs/cmd/spo/file/file-checkin.mdx +13 -9
  127. package/docs/docs/cmd/spo/file/file-checkout.mdx +9 -5
  128. package/docs/docs/cmd/spo/file/file-copy.mdx +5 -5
  129. package/docs/docs/cmd/spo/file/file-get.mdx +89 -18
  130. package/docs/docs/cmd/spo/file/file-list.mdx +5 -5
  131. package/docs/docs/cmd/spo/file/file-move.mdx +5 -5
  132. package/docs/docs/cmd/spo/file/file-remove.mdx +13 -9
  133. package/docs/docs/cmd/spo/file/file-rename.mdx +63 -5
  134. package/docs/docs/cmd/spo/file/file-retentionlabel-ensure.mdx +3 -3
  135. package/docs/docs/cmd/spo/file/file-retentionlabel-remove.mdx +2 -2
  136. package/docs/docs/cmd/spo/file/file-roleassignment-add.mdx +4 -0
  137. package/docs/docs/cmd/spo/file/file-roleassignment-remove.mdx +7 -3
  138. package/docs/docs/cmd/spo/file/file-roleinheritance-break.mdx +9 -5
  139. package/docs/docs/cmd/spo/file/file-roleinheritance-reset.mdx +10 -6
  140. package/docs/docs/cmd/spo/file/file-sharinginfo-get.mdx +133 -5
  141. package/docs/docs/cmd/spo/file/file-sharinglink-add.mdx +21 -3
  142. package/docs/docs/cmd/spo/file/file-sharinglink-clear.mdx +2 -2
  143. package/docs/docs/cmd/spo/file/file-sharinglink-get.mdx +18 -0
  144. package/docs/docs/cmd/spo/file/file-sharinglink-list.mdx +20 -3
  145. package/docs/docs/cmd/spo/file/file-sharinglink-set.mdx +2 -7
  146. package/docs/docs/cmd/spo/file/file-version-clear.mdx +7 -7
  147. package/docs/docs/cmd/spo/file/file-version-get.mdx +28 -6
  148. package/docs/docs/cmd/spo/file/file-version-list.mdx +28 -6
  149. package/docs/docs/cmd/spo/file/file-version-remove.mdx +8 -8
  150. package/docs/docs/cmd/spo/file/file-version-restore.mdx +8 -8
  151. package/docs/docs/cmd/spo/folder/folder-add.mdx +3 -3
  152. package/docs/docs/cmd/spo/folder/folder-copy.mdx +1 -1
  153. package/docs/docs/cmd/spo/folder/folder-get.mdx +257 -3
  154. package/docs/docs/cmd/spo/folder/folder-list.mdx +3 -4
  155. package/docs/docs/cmd/spo/folder/folder-move.mdx +5 -5
  156. package/docs/docs/cmd/spo/folder/folder-remove.mdx +6 -2
  157. package/docs/docs/cmd/spo/folder/folder-rename.mdx +2 -2
  158. package/docs/docs/cmd/spo/folder/folder-retentionlabel-ensure.mdx +3 -3
  159. package/docs/docs/cmd/spo/folder/folder-retentionlabel-remove.mdx +2 -2
  160. package/docs/docs/cmd/spo/folder/folder-roleassignment-add.mdx +13 -8
  161. package/docs/docs/cmd/spo/folder/folder-roleassignment-remove.mdx +8 -4
  162. package/docs/docs/cmd/spo/folder/folder-roleinheritance-break.mdx +4 -0
  163. package/docs/docs/cmd/spo/folder/folder-roleinheritance-reset.mdx +5 -1
  164. package/docs/docs/cmd/spo/group/group-add.mdx +78 -0
  165. package/docs/docs/cmd/spo/group/group-get.mdx +81 -3
  166. package/docs/docs/cmd/spo/group/group-list.mdx +74 -3
  167. package/docs/docs/cmd/spo/group/group-member-add.mdx +13 -21
  168. package/docs/docs/cmd/spo/group/group-member-list.mdx +80 -5
  169. package/docs/docs/cmd/spo/group/group-member-remove.mdx +4 -4
  170. package/docs/docs/cmd/spo/group/group-remove.mdx +10 -6
  171. package/docs/docs/cmd/spo/group/group-set.mdx +9 -5
  172. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +36 -1
  173. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +6 -2
  174. package/docs/docs/cmd/spo/hubsite/hubsite-data-get.mdx +0 -2
  175. package/docs/docs/cmd/spo/list/list-add.mdx +0 -3
  176. package/docs/docs/cmd/spo/list/list-contenttype-add.mdx +0 -2
  177. package/docs/docs/cmd/spo/list/list-contenttype-list.mdx +0 -2
  178. package/docs/docs/cmd/spo/list/list-get.mdx +1 -4
  179. package/docs/docs/cmd/spo/list/list-list.mdx +0 -4
  180. package/docs/docs/cmd/spo/list/list-view-add.mdx +0 -3
  181. package/docs/docs/cmd/spo/list/list-view-get.mdx +9 -12
  182. package/docs/docs/cmd/spo/list/list-view-list.mdx +4 -7
  183. package/docs/docs/cmd/spo/listitem/listitem-attachment-list.mdx +8 -11
  184. package/docs/docs/cmd/spo/listitem/listitem-get.mdx +0 -2
  185. package/docs/docs/cmd/spo/navigation/navigation-node-add.mdx +4 -6
  186. package/docs/docs/cmd/spo/navigation/navigation-node-get.mdx +0 -2
  187. package/docs/docs/cmd/spo/navigation/navigation-node-list.mdx +4 -6
  188. package/docs/docs/cmd/spo/page/page-copy.mdx +4 -8
  189. package/docs/docs/cmd/spo/page/page-get.mdx +2 -5
  190. package/docs/docs/cmd/spo/page/page-list.mdx +1 -5
  191. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +4 -4
  192. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +6 -7
  193. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-add.mdx +3 -1
  194. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-get.mdx +5 -3
  195. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-list.mdx +4 -2
  196. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-remove.mdx +5 -1
  197. package/docs/docs/cmd/spo/tenant/tenant-applicationcustomizer-set.mdx +2 -0
  198. package/docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx +2 -1
  199. package/docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx +5 -2
  200. package/docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx +4 -1
  201. package/docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx +5 -1
  202. package/docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx +3 -1
  203. package/docs/docs/cmd/spo/user/user-get.mdx +6 -0
  204. package/docs/docs/cmd/teams/channel/channel-member-list.mdx +3 -5
  205. package/docs/docs/cmd/teams/channel/channel-member-set.mdx +0 -2
  206. package/docs/docs/cmd/teams/chat/chat-get.mdx +2 -4
  207. package/docs/docs/cmd/teams/chat/chat-list.mdx +1 -3
  208. package/docs/docs/cmd/teams/chat/chat-member-list.mdx +2 -4
  209. package/docs/docs/cmd/teams/message/message-get.mdx +0 -7
  210. package/docs/docs/cmd/teams/message/message-list.mdx +0 -6
  211. package/docs/docs/cmd/teams/message/message-reply-list.mdx +0 -6
  212. package/docs/docs/cmd/teams/tab/tab-add.mdx +10 -12
  213. package/docs/docs/cmd/teams/tab/tab-get.mdx +8 -10
  214. package/docs/docs/cmd/teams/tab/tab-list.mdx +4 -7
  215. package/docs/docs/cmd/teams/team/team-add.mdx +0 -7
  216. package/docs/docs/cmd/teams/team/team-get.mdx +0 -6
  217. package/docs/docs/cmd/tenant/security/security-alerts-list.mdx +1 -1
  218. package/docs/docs/cmd/todo/task/task-add.mdx +9 -13
  219. package/docs/docs/cmd/todo/task/task-set.mdx +10 -14
  220. package/npm-shrinkwrap.json +86 -82
  221. package/package.json +20 -19
@@ -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 field get
4
6
 
@@ -14,42 +16,206 @@ m365 spo field get [options]
14
16
 
15
17
  ```md definition-list
16
18
  `-u, --webUrl <webUrl>`
17
- : Absolute URL of the site where the field is located
19
+ : Absolute URL of the site where the field is located.
18
20
 
19
21
  `-l, --listTitle [listTitle]`
20
- : Title of the list where the field is located. Specify only one of listTitle, listId or listUrl
22
+ : Title of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
21
23
 
22
24
  `--listId [listId]`
23
- : ID of the list where the field is located. Specify only one of listTitle, listId or listUrl
25
+ : ID of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
24
26
 
25
27
  `--listUrl [listUrl]`
26
- : Server- or web-relative URL of the list where the field is located. Specify only one of listTitle, listId or listUrl
28
+ : Server- or web-relative URL of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
27
29
 
28
30
  `-i, --id [id]`
29
- : The ID of the field to retrieve. Specify id or title but not both
31
+ : The ID of the field to retrieve. Specify `id` or `title` but not both.
30
32
 
31
33
  `-t, --title [title]`
32
- : The display name (case-sensitive) of the field to remove. Specify id or title, or group but not both
34
+ : The display name (case-sensitive) of the field to remove. Specify `id` or `title` but not both.
33
35
  ```
34
36
 
35
37
  <Global />
36
38
 
37
39
  ## Examples
38
40
 
39
- Retrieves site column by id located in site _https://contoso.sharepoint.com/sites/contoso-sales_
41
+ Retrieves site column by id located in the specified site.
40
42
 
41
43
  ```sh
42
44
  m365 spo field get --webUrl https://contoso.sharepoint.com/sites/contoso-sales --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
43
45
  ```
44
46
 
45
- Retrieves list column by id located in site _https://contoso.sharepoint.com/sites/contoso-sales_. Retrieves the list by its title
47
+ Retrieves list column by id located in the specified site. Retrieves the list by its title.
46
48
 
47
49
  ```sh
48
50
  m365 spo field get --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listTitle Events --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
49
51
  ```
50
52
 
51
- Retrieves list column by display name located in site _https://contoso.sharepoint.com/sites/contoso-sales_. Retrieves the list by its url
53
+ Retrieves list column by display name located in the specified site. Retrieves the list by its url.
52
54
 
53
55
  ```sh
54
56
  m365 spo field get --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listUrl "Lists/Events" --title "Title"
55
57
  ```
58
+
59
+ ## Response
60
+
61
+ <Tabs>
62
+ <TabItem value="JSON">
63
+
64
+ ```json
65
+ {
66
+ "AutoIndexed": false,
67
+ "CanBeDeleted": true,
68
+ "ClientSideComponentId": "00000000-0000-0000-0000-000000000000",
69
+ "ClientSideComponentProperties": null,
70
+ "ClientValidationFormula": null,
71
+ "ClientValidationMessage": null,
72
+ "CustomFormatter": null,
73
+ "DefaultFormula": null,
74
+ "DefaultValue": "[today]",
75
+ "Description": "",
76
+ "Direction": "none",
77
+ "EnforceUniqueValues": false,
78
+ "EntityPropertyName": "PnPAlertStartDateTime",
79
+ "Filterable": true,
80
+ "FromBaseType": false,
81
+ "Group": "PnP Columns",
82
+ "Hidden": false,
83
+ "Id": "5ee2dd25-d941-455a-9bdb-7f2c54aed11b",
84
+ "Indexed": false,
85
+ "IndexStatus": 0,
86
+ "InternalName": "PnPAlertStartDateTime",
87
+ "IsModern": false,
88
+ "JSLink": "clienttemplates.js",
89
+ "PinnedToFiltersPane": false,
90
+ "ReadOnlyField": false,
91
+ "Required": false,
92
+ "SchemaXml": "<Field Type=\"DateTime\" DisplayName=\"Start date-time\" Required=\"FALSE\" EnforceUniqueValues=\"FALSE\" Indexed=\"FALSE\" Format=\"DateTime\" Group=\"PnP Columns\" FriendlyDisplayFormat=\"Disabled\" ID=\"{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}\" SourceID=\"{4f118c69-66e0-497c-96ff-d7855ce0713d}\" StaticName=\"PnPAlertStartDateTime\" Name=\"PnPAlertStartDateTime\" Version=\"1\"><Default>[today]</Default></Field>",
93
+ "Scope": "/sites/SPDemo",
94
+ "Sealed": false,
95
+ "ShowInFiltersPane": 0,
96
+ "Sortable": true,
97
+ "StaticName": "PnPAlertStartDateTime",
98
+ "Title": "Start date-time",
99
+ "FieldTypeKind": 4,
100
+ "TypeAsString": "DateTime",
101
+ "TypeDisplayName": "Date and Time",
102
+ "TypeShortDescription": "Date and Time",
103
+ "ValidationFormula": null,
104
+ "ValidationMessage": null,
105
+ "DateTimeCalendarType": 0,
106
+ "DateFormat": null,
107
+ "DisplayFormat": 1,
108
+ "FriendlyDisplayFormat": 1,
109
+ "TimeFormat": null
110
+ }
111
+ ```
112
+
113
+ </TabItem>
114
+ <TabItem value="Text">
115
+
116
+ ```text
117
+ AutoIndexed : false
118
+ CanBeDeleted : true
119
+ ClientSideComponentId : 00000000-0000-0000-0000-000000000000
120
+ ClientSideComponentProperties: null
121
+ ClientValidationFormula : null
122
+ ClientValidationMessage : null
123
+ CustomFormatter : null
124
+ DateFormat : null
125
+ DateTimeCalendarType : 0
126
+ DefaultFormula : null
127
+ DefaultValue : [today]
128
+ Description :
129
+ Direction : none
130
+ DisplayFormat : 1
131
+ EnforceUniqueValues : false
132
+ EntityPropertyName : PnPAlertStartDateTime
133
+ FieldTypeKind : 4
134
+ Filterable : true
135
+ FriendlyDisplayFormat : 1
136
+ FromBaseType : false
137
+ Group : PnP Columns
138
+ Hidden : false
139
+ Id : 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
140
+ IndexStatus : 0
141
+ Indexed : false
142
+ InternalName : PnPAlertStartDateTime
143
+ IsModern : false
144
+ JSLink : clienttemplates.js
145
+ PinnedToFiltersPane : false
146
+ ReadOnlyField : false
147
+ Required : false
148
+ SchemaXml : <Field Type="DateTime" DisplayName="Start date-time" Required="FALSE" EnforceUniqueValues="FALSE" Indexed="FALSE" Format="DateTime" Group="PnP Columns" FriendlyDisplayFormat="Disabled" ID="{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}" SourceID="{4f118c69-66e0-497c-96ff-d7855ce0713d}" StaticName="PnPAlertStartDateTime" Name="PnPAlertStartDateTime" Version="1"><Default>[today]</Default></Field>
149
+ Scope : /sites/SPDemo
150
+ Sealed : false
151
+ ShowInFiltersPane : 0
152
+ Sortable : true
153
+ StaticName : PnPAlertStartDateTime
154
+ TimeFormat : null
155
+ Title : Start date-time
156
+ TypeAsString : DateTime
157
+ TypeDisplayName : Date and Time
158
+ TypeShortDescription : Date and Time
159
+ ValidationFormula : null
160
+ ValidationMessage : null
161
+ ```
162
+
163
+ </TabItem>
164
+ <TabItem value="CSV">
165
+
166
+ ```csv
167
+ AutoIndexed,CanBeDeleted,ClientSideComponentId,DefaultValue,Description,Direction,EnforceUniqueValues,EntityPropertyName,Filterable,FromBaseType,Group,Hidden,Id,Indexed,IndexStatus,InternalName,IsModern,JSLink,PinnedToFiltersPane,ReadOnlyField,Required,SchemaXml,Scope,Sealed,ShowInFiltersPane,Sortable,StaticName,Title,FieldTypeKind,TypeAsString,TypeDisplayName,TypeShortDescription,DateTimeCalendarType,DisplayFormat,FriendlyDisplayFormat
168
+ ,1,00000000-0000-0000-0000-000000000000,[today],,none,,PnPAlertStartDateTime,1,,PnP Columns,,5ee2dd25-d941-455a-9bdb-7f2c54aed11b,,0,PnPAlertStartDateTime,,clienttemplates.js,,,,"<Field Type=""DateTime"" DisplayName=""Start date-time"" Required=""FALSE"" EnforceUniqueValues=""FALSE"" Indexed=""FALSE"" Format=""DateTime"" Group=""PnP Columns"" FriendlyDisplayFormat=""Disabled"" ID=""{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}"" SourceID=""{4f118c69-66e0-497c-96ff-d7855ce0713d}"" StaticName=""PnPAlertStartDateTime"" Name=""PnPAlertStartDateTime"" Version=""1""><Default>[today]</Default></Field>",/sites/SPDemo,,0,1,PnPAlertStartDateTime,Start date-time,4,DateTime,Date and Time,Date and Time,0,1,1
169
+ ```
170
+
171
+ </TabItem>
172
+ <TabItem value="Markdown">
173
+
174
+ ```md
175
+ # spo field get --webUrl "https://nachan365.sharepoint.com/sites/SPDemo" --id "5ee2dd25-d941-455a-9bdb-7f2c54aed11b"
176
+
177
+ Date: 10/3/2023
178
+
179
+ ## Start date-time (5ee2dd25-d941-455a-9bdb-7f2c54aed11b)
180
+
181
+ Property | Value
182
+ ---------|-------
183
+ AutoIndexed | false
184
+ CanBeDeleted | true
185
+ ClientSideComponentId | 00000000-0000-0000-0000-000000000000
186
+ DefaultValue | [today]
187
+ Description |
188
+ Direction | none
189
+ EnforceUniqueValues | false
190
+ EntityPropertyName | PnPAlertStartDateTime
191
+ Filterable | true
192
+ FromBaseType | false
193
+ Group | PnP Columns
194
+ Hidden | false
195
+ Id | 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
196
+ Indexed | false
197
+ IndexStatus | 0
198
+ InternalName | PnPAlertStartDateTime
199
+ IsModern | false
200
+ JSLink | clienttemplates.js
201
+ PinnedToFiltersPane | false
202
+ ReadOnlyField | false
203
+ Required | false
204
+ SchemaXml | <Field Type="DateTime" DisplayName="Start date-time" Required="FALSE" EnforceUniqueValues="FALSE" Indexed="FALSE" Format="DateTime" Group="PnP Columns" FriendlyDisplayFormat="Disabled" ID="{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}" SourceID="{4f118c69-66e0-497c-96ff-d7855ce0713d}" StaticName="PnPAlertStartDateTime" Name="PnPAlertStartDateTime" Version="1"><Default>[today]</Default></Field>
205
+ Scope | /sites/SPDemo
206
+ Sealed | false
207
+ ShowInFiltersPane | 0
208
+ Sortable | true
209
+ StaticName | PnPAlertStartDateTime
210
+ Title | Start date-time
211
+ FieldTypeKind | 4
212
+ TypeAsString | DateTime
213
+ TypeDisplayName | Date and Time
214
+ TypeShortDescription | Date and Time
215
+ DateTimeCalendarType | 0
216
+ DisplayFormat | 1
217
+ FriendlyDisplayFormat | 1
218
+ ```
219
+
220
+ </TabItem>
221
+ </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 field list
4
6
 
@@ -14,42 +16,167 @@ m365 spo field list [options]
14
16
 
15
17
  ```md definition-list
16
18
  `-u, --webUrl <webUrl>`
17
- : Absolute URL of the site where fields are located
19
+ : Absolute URL of the site where fields are located.
18
20
 
19
21
  `-t, --listTitle [listTitle]`
20
- : Title of the list where fields are located. Specify `listTitle`, `listId` or `listUrl`
22
+ : Title of the list where fields are located. Specify either `listTitle`, `listId` or `listUrl`.
21
23
 
22
24
  `-i --listId [listId]`
23
- : ID of the list where fields are located. Specify `listTitle`, `listId` or `listUrl`
25
+ : ID of the list where fields are located. Specify either `listTitle`, `listId` or `listUrl`.
24
26
 
25
27
  `--listUrl [listUrl]`
26
- : Server- or web-relative URL of the list where fields are located. Specify `listTitle`, `listId` or `listUrl`
28
+ : Server- or web-relative URL of the list where fields are located. Specify either `listTitle`, `listId` or `listUrl`.
27
29
  ```
28
30
 
29
31
  <Global />
30
32
 
31
33
  ## Examples
32
34
 
33
- Retrieves site columns for site _https://contoso.sharepoint.com/sites/contoso-sales_.
35
+ Retrieves site columns for the specified site.
34
36
 
35
37
  ```sh
36
38
  m365 spo field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales
37
39
  ```
38
40
 
39
- Retrieves list columns for list _Events_ in site _https://contoso.sharepoint.com/sites/contoso-sales_
41
+ Retrieves list columns for list _Events_ in the specified site.
40
42
 
41
43
  ```sh
42
44
  m365 spo field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listTitle Events
43
45
  ```
44
46
 
45
- Retrieves list columns for list _202b8199-b9de-43fd-9737-7f213f51c991_ in site _https://contoso.sharepoint.com/sites/contoso-sales_
47
+ Retrieves list columns for the specified list in the specified site.
46
48
 
47
49
  ```sh
48
50
  m365 spo field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listId '202b8199-b9de-43fd-9737-7f213f51c991'
49
51
  ```
50
52
 
51
- Retrieves list columns for list _/sites/contoso-sales/lists/Events_ in site _https://contoso.sharepoint.com/sites/contoso-sales_
53
+ Retrieves list columns for the specified list in the specified site.
52
54
 
53
55
  ```sh
54
56
  m365 spo field list --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listUrl '/sites/contoso-sales/lists/Events'
55
57
  ```
58
+
59
+ ## Response
60
+
61
+ <Tabs>
62
+ <TabItem value="JSON">
63
+
64
+ ```json
65
+ [
66
+ {
67
+ "AutoIndexed": false,
68
+ "CanBeDeleted": true,
69
+ "ClientSideComponentId": "00000000-0000-0000-0000-000000000000",
70
+ "ClientSideComponentProperties": null,
71
+ "ClientValidationFormula": null,
72
+ "ClientValidationMessage": null,
73
+ "CustomFormatter": null,
74
+ "DefaultFormula": null,
75
+ "DefaultValue": "[today]",
76
+ "Description": "",
77
+ "Direction": "none",
78
+ "EnforceUniqueValues": false,
79
+ "EntityPropertyName": "PnPAlertStartDateTime",
80
+ "Filterable": true,
81
+ "FromBaseType": false,
82
+ "Group": "PnP Columns",
83
+ "Hidden": false,
84
+ "Id": "5ee2dd25-d941-455a-9bdb-7f2c54aed11b",
85
+ "Indexed": false,
86
+ "IndexStatus": 0,
87
+ "InternalName": "PnPAlertStartDateTime",
88
+ "IsModern": false,
89
+ "JSLink": "clienttemplates.js",
90
+ "PinnedToFiltersPane": false,
91
+ "ReadOnlyField": false,
92
+ "Required": false,
93
+ "SchemaXml": "<Field Type=\"DateTime\" DisplayName=\"Start date-time\" Required=\"FALSE\" EnforceUniqueValues=\"FALSE\" Indexed=\"FALSE\" Format=\"DateTime\" Group=\"PnP Columns\" FriendlyDisplayFormat=\"Disabled\" ID=\"{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}\" SourceID=\"{4f118c69-66e0-497c-96ff-d7855ce0713d}\" StaticName=\"PnPAlertStartDateTime\" Name=\"PnPAlertStartDateTime\" Version=\"1\"><Default>[today]</Default></Field>",
94
+ "Scope": "/sites/SPDemo",
95
+ "Sealed": false,
96
+ "ShowInFiltersPane": 0,
97
+ "Sortable": true,
98
+ "StaticName": "PnPAlertStartDateTime",
99
+ "Title": "Start date-time",
100
+ "FieldTypeKind": 4,
101
+ "TypeAsString": "DateTime",
102
+ "TypeDisplayName": "Date and Time",
103
+ "TypeShortDescription": "Date and Time",
104
+ "ValidationFormula": null,
105
+ "ValidationMessage": null,
106
+ "DateTimeCalendarType": 0,
107
+ "DateFormat": null,
108
+ "DisplayFormat": 1,
109
+ "FriendlyDisplayFormat": 1,
110
+ "TimeFormat": null
111
+ }
112
+ ]
113
+ ```
114
+
115
+ </TabItem>
116
+ <TabItem value="Text">
117
+
118
+ ```text
119
+ Id Title Group Hidden
120
+ ------------------------------------ --------------------------------------- -------------------------------------- ------
121
+ 5ee2dd25-d941-455a-9bdb-7f2c54aed11b Start date-time PnP Columns false
122
+ ```
123
+
124
+ </TabItem>
125
+ <TabItem value="CSV">
126
+
127
+ ```csv
128
+ AutoIndexed,CanBeDeleted,ClientSideComponentId,Description,Direction,EnforceUniqueValues,EntityPropertyName,Filterable,FromBaseType,Group,Hidden,Id,Indexed,IndexStatus,InternalName,IsModern,JSLink,PinnedToFiltersPane,ReadOnlyField,Required,SchemaXml,Scope,Sealed,ShowInFiltersPane,Sortable,StaticName,Title,FieldTypeKind,TypeAsString,TypeDisplayName,TypeShortDescription,MaxLength
129
+ ,1,00000000-0000-0000-0000-000000000000,,none,,PnPAlertStartDateTime,1,,PnP Columns,,5ee2dd25-d941-455a-9bdb-7f2c54aed11b,,0,PnPAlertStartDateTime,,clienttemplates.js,,,,"<Field Type=""DateTime"" DisplayName=""Start date-time"" Required=""FALSE"" EnforceUniqueValues=""FALSE"" Indexed=""FALSE"" Format=""DateTime"" Group=""PnP Columns"" FriendlyDisplayFormat=""Disabled"" ID=""{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}"" SourceID=""{4f118c69-66e0-497c-96ff-d7855ce0713d}"" StaticName=""PnPAlertStartDateTime"" Name=""PnPAlertStartDateTime"" Version=""1""><Default>[today]</Default></Field>",/sites/SPDemo,,0,1,PnPAlertStartDateTime,Start date-time,4,DateTime,Date and Time,Date and Time,
130
+ ```
131
+
132
+ </TabItem>
133
+ <TabItem value="Markdown">
134
+
135
+ ```md
136
+ # spo field list --webUrl "https://nachan365.sharepoint.com/sites/SPDemo"
137
+
138
+ Date: 10/3/2023
139
+
140
+ ## Start date-time (5ee2dd25-d941-455a-9bdb-7f2c54aed11b)
141
+
142
+ Property | Value
143
+ ---------|-------
144
+ AutoIndexed | false
145
+ CanBeDeleted | true
146
+ ClientSideComponentId | 00000000-0000-0000-0000-000000000000
147
+ DefaultValue | [today]
148
+ Description |
149
+ Direction | none
150
+ EnforceUniqueValues | false
151
+ EntityPropertyName | PnPAlertStartDateTime
152
+ Filterable | true
153
+ FromBaseType | false
154
+ Group | PnP Columns
155
+ Hidden | false
156
+ Id | 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
157
+ Indexed | false
158
+ IndexStatus | 0
159
+ InternalName | PnPAlertStartDateTime
160
+ IsModern | false
161
+ JSLink | clienttemplates.js
162
+ PinnedToFiltersPane | false
163
+ ReadOnlyField | false
164
+ Required | false
165
+ SchemaXml | <Field Type="DateTime" DisplayName="Start date-time" Required="FALSE" EnforceUniqueValues="FALSE" Indexed="FALSE" Format="DateTime" Group="PnP Columns" FriendlyDisplayFormat="Disabled" ID="{5ee2dd25-d941-455a-9bdb-7f2c54aed11b}" SourceID="{4f118c69-66e0-497c-96ff-d7855ce0713d}" StaticName="PnPAlertStartDateTime" Name="PnPAlertStartDateTime" Version="1"><Default>[today]</Default></Field>
166
+ Scope | /sites/SPDemo
167
+ Sealed | false
168
+ ShowInFiltersPane | 0
169
+ Sortable | true
170
+ StaticName | PnPAlertStartDateTime
171
+ Title | Start date-time
172
+ FieldTypeKind | 4
173
+ TypeAsString | DateTime
174
+ TypeDisplayName | Date and Time
175
+ TypeShortDescription | Date and Time
176
+ DateTimeCalendarType | 0
177
+ DisplayFormat | 1
178
+ FriendlyDisplayFormat | 1
179
+ ```
180
+
181
+ </TabItem>
182
+ </Tabs>
@@ -14,54 +14,58 @@ m365 spo field remove [options]
14
14
 
15
15
  ```md definition-list
16
16
  `-u, --webUrl <webUrl>`
17
- : Absolute URL of the site where the field to remove is located
17
+ : Absolute URL of the site where the field to remove is located.
18
18
 
19
19
  `-l, --listTitle [listTitle]`
20
- : Title of the list where the field is located. Specify only one of `listTitle`, `listId` or `listUrl`
20
+ : Title of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
21
21
 
22
22
  `--listId [listId]`
23
- : ID of the list where the field is located. Specify only one of `listTitle`, `listId` or `listUrl`
23
+ : ID of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
24
24
 
25
25
  `--listUrl [listUrl]`
26
- : Server- or web-relative URL of the list where the field is located. Specify only one of `listTitle`, `listId` or `listUrl`
26
+ : Server- or web-relative URL of the list where the field is located. Specify either `listTitle`, `listId` or `listUrl`.
27
27
 
28
28
  `-i, --id [id]`
29
- : The ID of the field to remove. Specify id, title, or group
29
+ : The ID of the field to remove. Specify either `id`, `title`, or `group`.
30
30
 
31
31
  `-t, --title [title]`
32
- : The display name (case-sensitive) of the field to remove. Specify id, title, or group
32
+ : The display name (case-sensitive) of the field to remove. Specify either `id`, `title`, or `group`.
33
33
 
34
34
  `-g, --group [group]`
35
- : Delete all fields from this group (case-sensitive). Specify id, title, or group
35
+ : Delete all fields from this group (case-sensitive). Specify either `id`, `title`, or `group`.
36
36
 
37
37
  `-f, --force`
38
- : Don't prompt for confirming removing the field
38
+ : Don't prompt for confirming removing the field.
39
39
  ```
40
40
 
41
41
  <Global />
42
42
 
43
43
  ## Examples
44
44
 
45
- Remove the site column with the specified ID, located in site _https://contoso.sharepoint.com/sites/contoso-sales_
45
+ Remove the site column with the specified ID, located in the specified site.
46
46
 
47
47
  ```sh
48
48
  m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
49
49
  ```
50
50
 
51
- Remove the list column with the specified ID, located in site _https://contoso.sharepoint.com/sites/contoso-sales_. Retrieves the list by its title
51
+ Remove the list column with the specified ID, located in the specified site. Retrieves the list by its title.
52
52
 
53
53
  ```sh
54
54
  m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listTitle Events --id 5ee2dd25-d941-455a-9bdb-7f2c54aed11b
55
55
  ```
56
56
 
57
- Remove the list column with the specified display name, located in site _https://contoso.sharepoint.com/sites/contoso-sales_. Retrieves the list by its url
57
+ Remove the list column with the specified display name, located in the specified site. Retrieves the list by its url.
58
58
 
59
59
  ```sh
60
60
  m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --listUrl "Lists/Events" --title "Title"
61
61
  ```
62
62
 
63
- Remove all site columns from group _MyGroup_
63
+ Remove all site columns from the specified group.
64
64
 
65
65
  ```sh
66
66
  m365 spo field remove --webUrl https://contoso.sharepoint.com/sites/contoso-sales --group "MyGroup"
67
67
  ```
68
+
69
+ ## Response
70
+
71
+ The command won't return a response on success.
@@ -14,25 +14,25 @@ m365 spo field set [options]
14
14
 
15
15
  ```md definition-list
16
16
  `-u, --webUrl <webUrl>`
17
- : Absolute URL of the site where the field is located
17
+ : Absolute URL of the site where the field is located.
18
18
 
19
19
  `--listId [listId]`
20
- : ID of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`
20
+ : ID of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`.
21
21
 
22
22
  `--listTitle [listTitle]`
23
- : Title of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`
23
+ : Title of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`.
24
24
 
25
25
  `--listUrl [listUrl]`
26
- : Server- or site-relative URL of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`
26
+ : Server- or site-relative URL of the list where the field is located (if list column). Specify either `listTitle`, `listId` or `listUrl`.
27
27
 
28
28
  `-i, --id [id]`
29
- : ID of the field to update. Specify `id` or `title` but not both
29
+ : ID of the field to update. Specify either `id` or `title` but not both.
30
30
 
31
31
  `-t, --title [title]`
32
- : Title or internal name of the field to update. Specify `id` or `title` but not both
32
+ : Title or internal name of the field to update. Specify either `id` or `title` but not both.
33
33
 
34
34
  `--updateExistingLists`
35
- : Set, to push the update to existing lists. Otherwise, the changes will apply to new lists only
35
+ : Set, to push the update to existing lists. Otherwise, the changes will apply to new lists only.
36
36
  ```
37
37
 
38
38
  <Global />
@@ -49,26 +49,30 @@ When updating column formatting for a field with the `--CustomFormatter` option,
49
49
 
50
50
  ## Examples
51
51
 
52
- Update the title of the site column specified by its internal name and push changes to existing lists
52
+ Update the title of the site column specified by its internal name and push changes to existing lists.
53
53
 
54
54
  ```sh
55
55
  m365 spo field set --webUrl https://contoso.sharepoint.com/sites/project-x --title 'MyColumn' --updateExistingLists --Title 'My column'
56
56
  ```
57
57
 
58
- Update the title of the list column specified by its ID
58
+ Update the title of the list column specified by its ID.
59
59
 
60
60
  ```sh
61
61
  m365 spo field set --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'My List' --id 330f29c5-5c4c-465f-9f4b-7903020ae1ce --Title 'My column'
62
62
  ```
63
63
 
64
- Update the description of a column specified by the ID on a list retrieved by the URL
64
+ Update the description of a column specified by the ID on a list retrieved by the URL.
65
65
 
66
66
  ```sh
67
67
  m365 spo field set --webUrl https://contoso.sharepoint.com/sites/project-x --listUrl '/sites/project-x/Lists/My List' --id 330f29c5-5c4c-465f-9f4b-7903020ae1ce --Description 'My column Description'
68
68
  ```
69
69
 
70
- Update column formatting of the specified list column
70
+ Update column formatting of the specified list column.
71
71
 
72
72
  ```sh
73
73
  m365 spo field set --webUrl https://contoso.sharepoint.com/sites/project-x --listTitle 'My List' --title 'MyColumn' --CustomFormatter '{"schema":"https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "div", "txtContent": "@currentField"}'
74
74
  ```
75
+
76
+ ## Response
77
+
78
+ The command won't return a response on success.