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

24 lines
138 B
Markdown
Raw Normal View History

2024-07-03 15:25:40 +00:00
appwrite functions create \
--functionId <FUNCTION_ID> \
--name <NAME> \
--runtime node-14.5 \
2024-08-20 20:25:30 +00:00