Skip to content

Commit e301fc1

Browse files
committed
docs: build docs
1 parent 82d3e94 commit e301fc1

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

docs/commands/sites.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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
7373
netlify 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`

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Handle various project operations
165165
| Subcommand | description |
166166
|:--------------------------- |:-----|
167167
| [`sites:create`](/commands/sites#sitescreate) | Create an empty project (advanced) |
168-
| [`sites:create-template`](/commands/sites#sitescreate-template) | (Beta) Create a project from a starter template |
168+
| [`sites:create-template`](/commands/sites#sitescreate-template) | (Deprecated) Create a project from a starter template |
169169
| [`sites:delete`](/commands/sites#sitesdelete) | Delete a project |
170170
| [`sites:list`](/commands/sites#siteslist) | List all projects you have access to |
171171

0 commit comments

Comments
 (0)