You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,8 @@ Option | Description
61
61
--component-name|Name of the component.
62
62
--framework|Framework to use for the solution. Choose one from "none", "react", "knockout".
63
63
--plusbeta| Use the beta packages. Scaffolding should be done with @plusbeta
64
-
--extensionType|The type of extension: Currently ApplicationCustomizer, FieldCustomizer, ListViewCommandSet.
65
-
--solutionName|Client-side solution name, as well as folder name.
64
+
--extension-type|The type of extension: Currently ApplicationCustomizer, FieldCustomizer, ListViewCommandSet.
65
+
--solution-name|Client-side solution name, as well as folder name.
66
66
--environment|The target environment for the solution. Either "onprem" or "spo".
67
67
--package-manager|The package manager for the solution. Options are: "npm", "pnpm", or "yarn". Default: *npm*
68
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*.
@@ -71,7 +71,7 @@ Option | Description
71
71
72
72
73
73
> [!WARNING]
74
-
> *skip-feature-deployment* command line support was introduced with the SharePoint Framework v1.5. This option was previously a command line argument called *skipFeatureDeployment*. Also *component-type*, *component-description* and *component-name* have been renamed.
74
+
> *skip-feature-deployment* command line support was introduced with the SharePoint Framework v1.5. This option was previously a command line argument called *skipFeatureDeployment*. Also *solution-name*, *extension-type*, *component-type*, *component-description* and *component-name* have been renamed.
75
75
76
76
Following is an example of a command that creates a solution called "hello-world" with:
77
77
- A web part "HelloWorld"
@@ -82,11 +82,11 @@ Notice that some of the options have dependencies between each other. You cannot
0 commit comments