appwrite/docs/examples/0.15.x/console-cli/examples/functions/create.md

10 lines
154 B
Markdown
Raw Normal View History

2022-06-21 08:03:50 +00:00
appwrite functions create \
--functionId [FUNCTION_ID] \
--name [NAME] \
2022-08-29 12:09:22 +00:00
--execute "role:all" \
2022-06-21 08:03:50 +00:00
--runtime node-14.5 \