appwrite-cli 10.0.1 → 10.2.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.
@@ -1541,7 +1541,7 @@ functions
1541
1541
 
1542
1542
  functions
1543
1543
  .command(`create-template-deployment`)
1544
- .description(`Create a deployment based on a template. Use this endpoint with combination of [listTemplates](https://appwrite.io/docs/server/functions#listTemplates) to find the template details.`)
1544
+ .description(`Create a deployment based on a template. Use this endpoint with combination of [listTemplates](https://appwrite.io/docs/products/functions/templates) to find the template details.`)
1545
1545
  .requiredOption(`--function-id <function-id>`, `Function ID.`)
1546
1546
  .requiredOption(`--repository <repository>`, `Repository name of the template.`)
1547
1547
  .requiredOption(`--owner <owner>`, `The name of the owner of the template.`)
@@ -1482,7 +1482,7 @@ sites
1482
1482
 
1483
1483
  sites
1484
1484
  .command(`create-template-deployment`)
1485
- .description(`Create a deployment based on a template. Use this endpoint with combination of [listTemplates](https://appwrite.io/docs/server/sites#listTemplates) to find the template details.`)
1485
+ .description(`Create a deployment based on a template. Use this endpoint with combination of [listTemplates](https://appwrite.io/docs/products/sites/templates) to find the template details.`)
1486
1486
  .requiredOption(`--site-id <site-id>`, `Site ID.`)
1487
1487
  .requiredOption(`--repository <repository>`, `Repository name of the template.`)
1488
1488
  .requiredOption(`--owner <owner>`, `The name of the owner of the template.`)