1
0
Fork 0
mirror of synced 2024-10-04 20:23:51 +13:00
appwrite/docs/examples/1.3.x/console-cli/examples/functions/create-deployment.md

6 lines
172 B
Markdown
Raw Normal View History

2023-04-12 01:23:29 +12:00
appwrite functions createDeployment \
--functionId [FUNCTION_ID] \
--entrypoint [ENTRYPOINT] \
--code 'path/to/file.png' \
--activate false