Martin Lingstuyl

Results 64 issues of Martin Lingstuyl

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()`...

enhancement

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...

enhancement
needs discussion

Closes #3522 Updates classic references to spo site list. ## Remarks - Necessary because of work done in #3529. - Also includes a removed `type` option, based on work done...

Closes #3163 Remove the setting `autoOpenBrowserOnLogin` to follow new settings `autoOpenLinksInBrowser`.

Closes #3416 ## 🎯 Aim The aim of this PR is _to update and enhance MkDocs to allow for tagging markdown files_. - To do this, the MkDocs version needed...

There's a lot of work yet to be done in the SharePoint Online / Permission management space. I've created this issue to discuss and keep track of what we still...

epic

There are some references to the old command `spo site classic list` in our codebase. This is currently deprecated and being moved to `spo site list`. This issue concerns updating/refactoring...

docs
work in progress

PnP Powershell has this nice wrapper function around the SharePoint api, [Invoke-PnPSPRestMethod](https://pnp.github.io/powershell/cmdlets/Invoke-PnPSPRestMethod.html). Would it be nice if we had that too in the CLI? For example for the SharePoint and...

new feature
work in progress

### Usage m365 spo listitem roleassignment add [options] ### Description adds a role assignment to a listitem. ### Options Option | Description -- | -- `-u, --webUrl ` | URL...

good first issue
new feature
work in progress

When executing commands, you might run into exceptions for whatever reason. The CLI prints the exceptions from the underlying API's to the commandline, but sometimes only a superficial message, while...

enhancement
needs research