@pnp/cli-microsoft365 7.2.0-beta.c7e1c03 → 7.2.0-beta.d785eb6

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 (109) hide show
  1. package/allCommands.json +1 -0
  2. package/dist/api.js +5 -7
  3. package/dist/cli/Cli.js +93 -118
  4. package/dist/cli/timings.js +9 -0
  5. package/dist/index.js +8 -14
  6. package/dist/m365/flow/commands/environment/environment-list.js +6 -4
  7. package/dist/m365/spfx/commands/project/DeployWorkflow.js +4 -4
  8. package/dist/m365/spfx/commands/project/project-doctor/{doctor-1.18.1-rc.0.js → doctor-1.18.1.js} +1 -1
  9. package/dist/m365/spfx/commands/project/project-doctor.js +1 -1
  10. package/dist/m365/spfx/commands/project/project-github-workflow-add.js +17 -0
  11. package/dist/m365/spfx/commands/project/project-upgrade/{upgrade-1.18.1-rc.0.js → upgrade-1.18.1.js} +26 -26
  12. package/dist/m365/spfx/commands/project/project-upgrade.js +13 -15
  13. package/dist/m365/spfx/commands/spfx-doctor.js +1 -1
  14. package/dist/m365/spo/commands/site/site-add.js +45 -12
  15. package/dist/m365/spo/commands/tenant/tenant-recyclebinitem-restore.js +19 -2
  16. package/dist/request.js +6 -0
  17. package/docs/docs/cmd/aad/approleassignment/approleassignment-add.mdx +1 -1
  18. package/docs/docs/cmd/aad/approleassignment/approleassignment-list.mdx +2 -2
  19. package/docs/docs/cmd/aad/approleassignment/approleassignment-remove.mdx +1 -1
  20. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-add.mdx +1 -1
  21. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-list.mdx +2 -2
  22. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx +2 -2
  23. package/docs/docs/cmd/aad/oauth2grant/oauth2grant-set.mdx +2 -2
  24. package/docs/docs/cmd/aad/policy/policy-list.mdx +1 -1
  25. package/docs/docs/cmd/aad/siteclassification/siteclassification-disable.mdx +1 -1
  26. package/docs/docs/cmd/aad/siteclassification/siteclassification-enable.mdx +1 -1
  27. package/docs/docs/cmd/aad/siteclassification/siteclassification-get.mdx +1 -1
  28. package/docs/docs/cmd/aad/siteclassification/siteclassification-set.mdx +1 -1
  29. package/docs/docs/cmd/aad/sp/sp-add.mdx +2 -2
  30. package/docs/docs/cmd/aad/sp/sp-get.mdx +2 -2
  31. package/docs/docs/cmd/aad/user/user-add.mdx +3 -3
  32. package/docs/docs/cmd/aad/user/user-guest-add.mdx +1 -1
  33. package/docs/docs/cmd/aad/user/user-set.mdx +3 -3
  34. package/docs/docs/cmd/graph/changelog/changelog-list.mdx +5 -5
  35. package/docs/docs/cmd/onenote/notebook/notebook-list.mdx +1 -1
  36. package/docs/docs/cmd/outlook/message/message-list.mdx +1 -1
  37. package/docs/docs/cmd/outlook/message/message-move.mdx +1 -1
  38. package/docs/docs/cmd/planner/bucket/bucket-add.mdx +1 -1
  39. package/docs/docs/cmd/planner/bucket/bucket-set.mdx +1 -1
  40. package/docs/docs/cmd/planner/plan/plan-set.mdx +3 -3
  41. package/docs/docs/cmd/planner/task/task-set.mdx +1 -1
  42. package/docs/docs/cmd/purview/auditlog/auditlog-list.mdx +3 -3
  43. package/docs/docs/cmd/purview/retentionevent/retentionevent-add.mdx +1 -1
  44. package/docs/docs/cmd/purview/retentionevent/retentionevent-get.mdx +1 -1
  45. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-add.mdx +1 -1
  46. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-get.mdx +1 -1
  47. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-remove.mdx +1 -1
  48. package/docs/docs/cmd/purview/retentioneventtype/retentioneventtype-set.mdx +1 -1
  49. package/docs/docs/cmd/purview/retentionlabel/retentionlabel-add.mdx +1 -1
  50. package/docs/docs/cmd/purview/sensitivitylabel/sensitivitylabel-policysettings-list.mdx +4 -4
  51. package/docs/docs/cmd/spfx/project/project-upgrade.mdx +1 -1
  52. package/docs/docs/cmd/spo/app/app-add.mdx +1 -1
  53. package/docs/docs/cmd/spo/app/app-deploy.mdx +1 -1
  54. package/docs/docs/cmd/spo/app/app-get.mdx +1 -1
  55. package/docs/docs/cmd/spo/app/app-install.mdx +1 -1
  56. package/docs/docs/cmd/spo/app/app-list.mdx +1 -1
  57. package/docs/docs/cmd/spo/app/app-remove.mdx +1 -1
  58. package/docs/docs/cmd/spo/app/app-retract.mdx +1 -1
  59. package/docs/docs/cmd/spo/app/app-uninstall.mdx +1 -1
  60. package/docs/docs/cmd/spo/app/app-upgrade.mdx +1 -1
  61. package/docs/docs/cmd/spo/contenttype/contenttype-add.mdx +1 -1
  62. package/docs/docs/cmd/spo/contenttype/contenttype-set.mdx +1 -1
  63. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-get.mdx +1 -1
  64. package/docs/docs/cmd/spo/hidedefaultthemes/hidedefaultthemes-set.mdx +1 -1
  65. package/docs/docs/cmd/spo/site/site-add.mdx +25 -4
  66. package/docs/docs/cmd/spo/site/site-appcatalog-add.mdx +1 -1
  67. package/docs/docs/cmd/spo/site/site-appcatalog-remove.mdx +1 -1
  68. package/docs/docs/cmd/spo/site/site-groupify.mdx +1 -1
  69. package/docs/docs/cmd/spo/sitedesign/sitedesign-add.mdx +3 -3
  70. package/docs/docs/cmd/spo/sitedesign/sitedesign-apply.mdx +1 -1
  71. package/docs/docs/cmd/spo/sitedesign/sitedesign-get.mdx +1 -1
  72. package/docs/docs/cmd/spo/sitedesign/sitedesign-list.mdx +1 -1
  73. package/docs/docs/cmd/spo/sitedesign/sitedesign-remove.mdx +1 -1
  74. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-grant.mdx +1 -1
  75. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-list.mdx +1 -1
  76. package/docs/docs/cmd/spo/sitedesign/sitedesign-rights-revoke.mdx +1 -1
  77. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-list.mdx +1 -1
  78. package/docs/docs/cmd/spo/sitedesign/sitedesign-run-status-get.mdx +1 -1
  79. package/docs/docs/cmd/spo/sitedesign/sitedesign-set.mdx +3 -3
  80. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-get.mdx +1 -1
  81. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-list.mdx +1 -1
  82. package/docs/docs/cmd/spo/sitedesign/sitedesign-task-remove.mdx +1 -1
  83. package/docs/docs/cmd/spo/sitescript/sitescript-add.mdx +1 -1
  84. package/docs/docs/cmd/spo/sitescript/sitescript-get.mdx +1 -1
  85. package/docs/docs/cmd/spo/sitescript/sitescript-list.mdx +1 -1
  86. package/docs/docs/cmd/spo/sitescript/sitescript-remove.mdx +1 -1
  87. package/docs/docs/cmd/spo/sitescript/sitescript-set.mdx +1 -1
  88. package/docs/docs/cmd/spo/storageentity/storageentity-get.mdx +1 -1
  89. package/docs/docs/cmd/spo/storageentity/storageentity-list.mdx +1 -1
  90. package/docs/docs/cmd/spo/storageentity/storageentity-remove.mdx +1 -1
  91. package/docs/docs/cmd/spo/storageentity/storageentity-set.mdx +1 -1
  92. package/docs/docs/cmd/spo/theme/theme-apply.mdx +1 -1
  93. package/docs/docs/cmd/spo/theme/theme-get.mdx +1 -1
  94. package/docs/docs/cmd/spo/theme/theme-list.mdx +1 -1
  95. package/docs/docs/cmd/spo/theme/theme-remove.mdx +1 -1
  96. package/docs/docs/cmd/spo/user/user-remove.mdx +1 -1
  97. package/docs/docs/cmd/spo/web/web-set.mdx +1 -1
  98. package/docs/docs/cmd/teams/channel/channel-remove.mdx +1 -1
  99. package/docs/docs/cmd/teams/meeting/meeting-get.mdx +1 -1
  100. package/docs/docs/cmd/teams/meeting/meeting-transcript-list.mdx +1 -1
  101. package/docs/docs/cmd/teams/report/report-pstncalls.mdx +1 -1
  102. package/docs/docs/cmd/teams/tab/tab-remove.mdx +1 -1
  103. package/docs/docs/cmd/teams/team/team-remove.mdx +1 -1
  104. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-healthissue-list.mdx +1 -1
  105. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-get.mdx +1 -1
  106. package/docs/docs/cmd/tenant/serviceannouncement/serviceannouncement-message-list.mdx +1 -1
  107. package/docs/docs/cmd/todo/task/task-set.mdx +1 -1
  108. package/npm-shrinkwrap.json +480 -516
  109. package/package.json +28 -28
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.2.0-beta.c7e1c03",
3
+ "version": "7.2.0-beta.d785eb6",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "type": "module",
23
23
  "scripts": {
24
- "build": "tsc -p . && node scripts/copy-files.js",
24
+ "build": "tsc -p . && node scripts/write-all-commands.js && node scripts/copy-files.js",
25
25
  "watch": "tsc -w -p .",
26
26
  "clean": "rimraf ./dist",
27
27
  "test": "npm run test:version && npm run lint && npm run test:cov",
@@ -244,18 +244,18 @@
244
244
  ],
245
245
  "dependencies": {
246
246
  "@azure/msal-common": "^13.2.1",
247
- "@azure/msal-node": "^1.18.3",
248
- "@inquirer/confirm": "^2.0.12",
249
- "@inquirer/input": "^1.2.11",
250
- "@inquirer/select": "^1.2.11",
247
+ "@azure/msal-node": "^1.18.4",
248
+ "@inquirer/confirm": "^2.0.15",
249
+ "@inquirer/input": "^1.2.14",
250
+ "@inquirer/select": "^1.3.1",
251
251
  "@xmldom/xmldom": "^0.8.10",
252
- "adaptive-expressions": "^4.20.1",
253
- "adaptivecards": "^3.0.1",
252
+ "adaptive-expressions": "^4.21.0",
253
+ "adaptivecards": "^3.0.2",
254
254
  "adaptivecards-templating": "^2.3.1",
255
255
  "adm-zip": "^0.5.10",
256
- "applicationinsights": "^2.8.0",
257
- "axios": "^1.5.1",
258
- "chalk": "^5.2.0",
256
+ "applicationinsights": "^2.9.0",
257
+ "axios": "^1.6.1",
258
+ "chalk": "^5.3.0",
259
259
  "clipboardy": "^3.0.0",
260
260
  "configstore": "^6.0.0",
261
261
  "csv-stringify": "^6.4.4",
@@ -268,34 +268,34 @@
268
268
  "open": "^8.4.2",
269
269
  "ora": "^5.4.1",
270
270
  "semver": "^7.5.4",
271
- "strip-json-comments": "^5.0.0",
272
- "typescript": "^5.0.2",
271
+ "strip-json-comments": "^5.0.1",
272
+ "typescript": "^5.2.2",
273
273
  "update-notifier": "^6.0.2",
274
274
  "uuid": "^9.0.1",
275
- "yaml": "^2.3.2"
275
+ "yaml": "^2.3.4"
276
276
  },
277
277
  "devDependencies": {
278
278
  "@microsoft/microsoft-graph-types": "^2.38.0",
279
- "@types/adm-zip": "^0.5.2",
280
- "@types/jmespath": "^0.15.0",
281
- "@types/json-to-ast": "^2.1.2",
282
- "@types/minimist": "^1.2.3",
283
- "@types/mocha": "^10.0.2",
284
- "@types/node": "^18.18.4",
285
- "@types/node-forge": "^1.3.7",
286
- "@types/omelette": "^0.4.2",
287
- "@types/semver": "^7.5.3",
288
- "@types/sinon": "^10.0.19",
289
- "@types/update-notifier": "^6.0.5",
290
- "@types/uuid": "^9.0.5",
279
+ "@types/adm-zip": "^0.5.4",
280
+ "@types/jmespath": "^0.15.2",
281
+ "@types/json-to-ast": "^2.1.4",
282
+ "@types/minimist": "^1.2.5",
283
+ "@types/mocha": "^10.0.4",
284
+ "@types/node": "^18.18.9",
285
+ "@types/node-forge": "^1.3.9",
286
+ "@types/omelette": "^0.4.4",
287
+ "@types/semver": "^7.5.5",
288
+ "@types/sinon": "^10.0.20",
289
+ "@types/update-notifier": "^6.0.7",
290
+ "@types/uuid": "^9.0.7",
291
291
  "@typescript-eslint/eslint-plugin": "^5.62.0",
292
292
  "@typescript-eslint/parser": "^5.62.0",
293
293
  "c8": "^7.14.0",
294
- "eslint": "^8.51.0",
294
+ "eslint": "^8.53.0",
295
295
  "eslint-plugin-cli-microsoft365": "file:eslint-rules",
296
296
  "eslint-plugin-mocha": "^10.2.0",
297
297
  "mocha": "^10.2.0",
298
- "rimraf": "^4.4.0",
298
+ "rimraf": "^4.4.1",
299
299
  "sinon": "^15.2.0",
300
300
  "source-map-support": "^0.5.21"
301
301
  }