netlify-cli 8.17.2 → 8.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/npm-shrinkwrap.json +794 -60
- package/package.json +7 -7
- package/src/commands/sites/sites-create-template.js +212 -0
- package/src/commands/sites/sites-create.js +48 -41
- package/src/commands/sites/sites.js +2 -0
- package/src/utils/sites/utils.js +30 -0
package/README.md
CHANGED
|
@@ -203,6 +203,7 @@ Handle various site operations
|
|
|
203
203
|
| Subcommand | description |
|
|
204
204
|
|:--------------------------- |:-----|
|
|
205
205
|
| [`sites:create`](/docs/commands/sites.md#sitescreate) | Create an empty site (advanced) |
|
|
206
|
+
| [`sites:create-template`](/docs/commands/sites.md#sitescreate-template) | (Beta) Create a site from a starter template |
|
|
206
207
|
| [`sites:delete`](/docs/commands/sites.md#sitesdelete) | Delete a site |
|
|
207
208
|
| [`sites:list`](/docs/commands/sites.md#siteslist) | List all sites you have access to |
|
|
208
209
|
|