pnp/CLI for Microsoft 365 Deploy App
Deploy an app using CLI for Microsoft 365
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| APP_FILE_PATH | Relative path of the app in your repo. | yes | — |
| SCOPE | Scope of the app catalog: tenant or site collection. Default is tenant. | no | tenant |
| SITE_COLLECTION_URL | The URL of the site collection where the solution package will be added. Required if scope is set to site collection. | no | — |
| SKIP_FEATURE_DEPLOYMENT | True or false. If the app supports tenant-wide deployment, deploy it to the whole tenant. Default is false. | no | false |
| OVERWRITE | True or false. Set to overwrite the existing package file. Default is false. | no | false |
Outputs
| name | description |
|---|---|
| APP_ID | The Id of the app that gets deployed. |