cli-microsoft365
cli-microsoft365 copied to clipboard
Manage Microsoft 365 and SharePoint Framework projects on any platform
> ### #3260 Status command : Persisting connection > Closes #3260 . Updated the status command code to fetch the access token and then show the status accordingly. If the...
Say we would refactor the `commandAction` function to return a Promise. ...we could then use async/await for all functions and directly await them from `commandAction`. ...we could use the `cb()`...
### Description PS C:\POC\react-teams-lead-dashboard> npm i -g @pnp/cli-microsoft365 C:\Program Files (x86)\Nodist\bin\microsoft365 -> C:\Program Files (x86)\Nodist\bin\node_modules\@pnp\cli-microsoft365\dist\index.js C:\Program Files (x86)\Nodist\bin\m365 -> C:\Program Files (x86)\Nodist\bin\node_modules\@pnp\cli-microsoft365\dist\index.js C:\Program Files (x86)\Nodist\bin\m365_comp -> C:\Program Files (x86)\Nodist\bin\node_modules\@pnp\cli-microsoft365\dist\autocomplete.js npm...
Currently we can only add files that we have on disk. See: [spo file add](https://pnp.github.io/cli-microsoft365/cmd/spo/file/file-add/) Would it be an idea to be able to add files from memory, eg adding...
Closes #3340
We should review all commands and ensure that all options match our naming convention: - if the option doesn't have a prefix (eg. `id`, `title`), it refers to the last...
## Decision We decided that we won't introduce splitting strings by space in powershell. Instead we advise people to use quotes. The existing splitter needs to be removed. ## The...
Extends `outlook mail send` command with support for attachments. Closes #3422 ## Remarks * Make a small refactor for option `bodyContentType`, comment https://github.com/pnp/cli-microsoft365/issues/3422#issuecomment-1179266954 * Changed `e-mail` to `email` in the...
### Usage m365 search externalconnection remove ### Description This command will allow the administrator to remove a specific external connection used in Microsoft Search. ### Options Option | Description --...
### New command: `m365 spo list roleassignment add` the aim of this PR is to add new command which will allow to add role assignment to list by id, upn,...