Adam Wójcik
Adam Wójcik
### Usage m365 spfx project azuredevops pipeline add [options] ### Description Adds a Azure DevOps pipeline for a SharePoint Framework project. ### Options Option | Description -- | -- `-n,...
I got a good comment in #5763 >About the --overwrite option: is that really necessary? It seems to me that when you deploy an application using ci/cd, it should always...
### Usage m365 spe containertype get [options] ### Description Get a specific Container Type ### Options Option | Description -- | -- `-i, --id [id]` | The Id of the...
### Usage m365 spe containertype remove [options] ### Description Remove a specific Container Type ### Options Option | Description -- | -- `-i, --id [id]` | The Id of the...
### Usage m365 spe containertype list [options] ### Description Lists Container Types ### Options I do not think we will have any option here. The general idea of this command...
in issue #5767 We added a new command `m365 spe containertype add` that allows only to specify the parent application by `applicationId`. What we could do is extend this command...
## Aim The aim of this issue is to track and add follow-up issues for commands which would allow to manage a SharePoint Embedded (SPE) container. ## What would be...
here we made a small mistake https://github.com/pnp/cli-microsoft365/commit/3b7cd6f617bb737fac9201196d3b80d755933b02#diff-25768f5853544984f9e0188641fe6d70f0e5d5245c9317d80be7d3d32a71dd44 We should not import `chalk` at the top globally but rather inline only when needed. We already have it done like this in...
## 🎯 Aim We have a nice guide on how to use [CLI for M365 in GitHub workflows](https://pnp.github.io/cli-microsoft365/user-guide/github-actions) but it's not the only DevOps environment where we may use CLI....