Skip to content

Commit 1535843

Browse files
patmillVesaJuvonen
authored andcommitted
Update scaffolding-projects-using-yeoman-sharepoint-generator.md (SharePoint#3046)
1 parent d37433f commit 1535843

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Option | Description
6565
--solution-name|Client-side solution name, as well as folder name.
6666
--environment|The target environment for the solution. Either "onprem", "onprem19" or "spo".
6767
--package-manager|The package manager for the solution. Options are: "npm", "pnpm", or "yarn". Default: *npm*
68-
--skip-feature-deployment|If specified, allow the tenant admin the choice of being able to deploy the components to all sites immediately without running any feature deployment or adding apps in sites. Default: *false*.
69-
--is-___domain-isolated|If 'y', web part will be rendered in isolated ___domain using IFrame. If set to "y", sets the component type as web part.
68+
--skip-feature-deployment|If specified, allow the tenant admin the choice of being able to deploy the components to all sites immediately without running any feature deployment or adding apps in sites.
69+
--is-___domain-isolated|If specified, web part will be rendered in isolated ___domain using IFrame and sets the component type as web part.
7070

7171
<br/>
7272

@@ -90,7 +90,7 @@ yo @microsoft/sharepoint
9090
--component-description "HelloWorld web part"
9191
--skip-install
9292
--environment "spo"
93-
--skip-feature-deployment true
93+
--skip-feature-deployment
9494
```
9595

9696
<br/>

0 commit comments

Comments
 (0)