Does appwrite functions createDeployment
--functionId=6010cc93d0a7b
--activate=true
--entrypoint="index.js"
--code="." perform the same as appwrite deploy function? If I create the function from the CLI that is
Yep,
The different is that appwrite deploy function uses the information inside the appwrite.json file
Recommended threads
- functions domain error
I cannot set up the domain for function I’m trying to add the domain api.example.com I can only use Cloudflare as the DNS provider because my domain provider do...
- Python function - error while creating /...
I have been trying to figure it out myself for the last 2 days. I have self-hosted appwrite instance, and I am running python 3.12 function. It works great up t...
- Functions not executing after usage rese...
Hi team, Last month my project hit 100% usage and functions stopped working (expected). Now the new month has started and usage has reset, requests are going ...