Local dev setup for cloud functions - "appwrite run function" returns error: unknown command 'run'
- 0
- Cloud
i am using this like, https://appwrite.io/blog/post/functions-local-development-guide as my guide of setting up my local dev for cloud functions. These are 2 issues being raised: "appwrite init functions" not working for me but "appwrite init function" works for me.
when running this command, "appwrite run function" I see this error on "error: unknown command 'run' " on terminal
Note: I have latest version of docker installed on my pc.
Any help ?
Thanks in advance.
Local dev setup for cloud functions - "appwrite run function" returns error: unknown command 'run'
I don't believe the new version of the CLI you're referencing is officially released. You might be able to use the 6.x release candidate but I wouldn't expect it to work perfectly. The best thing to do would be to wait for the full release of Appwrite 1.6.x
Recommended threads
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Accessing secure files from storage via ...
Hi everyone, can someone tell me what is the preferred way of accesssing user only files from storage in react native? I saved the file with user only read per...
- Confusion around Tables / TablesDB vs Da...
Hello everyone, I ran into quite a bit of confusion when trying to migrate a Function from Databases.createDocument() to the new Tables / Rows API and wanted t...