CholaOriginal post
Rank 2: Process
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
Summary
The user is asking if `appwrite functions createDeployment` command with specific parameters performs the same as `appwrite deploy function`. The user also mentions that `appwrite deploy function` uses information from the `appwrite.json` file.
Solution: Yes, both commands perform the same function of deploying a function. However, `appwrite deploy function` uses the information from the `appwrite.json` file while `appwrite functions createDeployment` command requires specific parameters to be provided.