1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00
appwrite/docs/references/functions/create-tag.md
2020-12-31 10:25:11 +02:00

519 B

Create a new function code tag. Use this endpoint to upload a new version of your code function. To execute your newly uploaded code, you'll need to update the function's tag to use your new tag UID.

This endpoint accepts a tar.gz file compressed with your code. Make sure to include any dependencies your code has within the compressed file. You can learn more about code packaging in the Appwrite Cloud Functions tutorial.

Use the "command" param to set the entry point used to execute your code.