m365-sharepoint
Installation
SKILL.md
m365-sharepoint — SharePoint Online Management
Prerequisites
which m365 || echo "Chưa cài m365 CLI. Chạy: npm i -g @pnp/cli-microsoft365"
m365 status || echo "Chưa đăng nhập. Chạy: m365 login"
For auth details, see ../m365-shared/references/authentication.md.
Operating Principles
- All commands require
--webUrlpointing to the SharePoint site URL - Output: always
-o jsonwith--query - List/library identification: prefer
--listTitlefor readability,--listIdwhen title is ambiguous - File/folder URLs: can be server-relative (
/sites/project/Shared Documents/file.pdf) or site-relative (Shared Documents/file.pdf) - Destructive operations (remove, delete): always confirm with user first