@@ -26,7 +26,7 @@ netlify sites
2626| Subcommand | description |
2727| :--------------------------- | :-----|
2828| [ ` sites:create ` ] ( /commands/sites#sitescreate ) | Create an empty project (advanced) |
29- | [ ` sites:create-template ` ] ( /commands/sites#sitescreate-template ) | (Beta ) Create a project from a starter template |
29+ | [ ` sites:create-template ` ] ( /commands/sites#sitescreate-template ) | (Deprecated ) Create a project from a starter template |
3030| [ ` sites:delete ` ] ( /commands/sites#sitesdelete ) | Delete a project |
3131| [ ` sites:list ` ] ( /commands/sites#siteslist ) | List all projects you have access to |
3232
@@ -64,36 +64,20 @@ netlify sites:create
6464---
6565## ` sites:create-template `
6666
67- (Beta ) Create a project from a starter template
68- Create a project from a starter template.
67+ (Deprecated ) Create a project from a starter template
68+ This command has been deprecated. Use the Netlify UI to deploy from a template.
6969
7070** Usage**
7171
7272``` bash
7373netlify sites:create-template
7474```
7575
76- ** Arguments**
77-
78- - repository - repository to use as starter template
79-
8076** Flags**
8177
82- - ` account-slug ` (* string* ) - account slug to create the project under
8378- ` filter ` (* string* ) - For monorepos, specify the name of the application to run the command in
84- - ` name ` (* string* ) - name of project
85- - ` url ` (* string* ) - template url
8679- ` debug ` (* boolean* ) - Print debugging information
8780- ` auth ` (* string* ) - Netlify auth token - can be used to run this command without logging in
88- - ` with-ci ` (* boolean* ) - initialize CI hooks during project creation
89-
90- ** Examples**
91-
92- ``` bash
93- netlify sites:create-template
94- netlify sites:create-template nextjs-blog-theme
95- netlify sites:create-template my-github-profile/my-template
96- ```
9781
9882---
9983## ` sites:delete `
0 commit comments