I am working on a cloud project, and seting up all the functions I wrote to the new 1.4 version. Since I have to recreate all the functions I tried to do it with the cli, but it creates the same old template as before. Is there a way to update the cli to get an other template? Besides that is there a way to create a function in the UI without connecting it to github?
Additionally I tried to set build commands to the appwrite.json but it does not seem to work with "commands":"dart pub get", is there another way to do this?
how did you install the CLI?
Uh that was some time ago, I think via script on windows
Ah no, it was via npm and I updated it now... π
But I am still wondering how to set the build commands in the appwrite.json π
Ohh nvm, the updated cli did it on its own and its working now π
[CLOSED] CLI Init function with old templates
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...