A way to configure cloud function configs like scopes and run times in source control
- 0
- Functions
- Cloud

Is there a way to configure cloud functions locally and keep that in github and deploy from source control instead of manually configuring it from the console for each environment we work on.

I'd recommend using the Appwrite CLI

If I use the CLI to deploy functions and I push the same function to git, it will override it, correct?

Override what? There will be a new deployment. The CLI will update the function with what's in the appwrite.json. GitHub integration doesn't do anything for the function settings. It just creates a new deployment when GitHub is updated
Recommended threads
- Invalid relationship value. Must be eith...
I'm getting this error when i try to update a document. The collection has a relatipship with 2 other collections. I don't understand why, when i update the doc...
- oauth2 in nextjs app not working as it s...
for whole code view https://codeshare.io/5XYBMa //app/store/auth.ts snippet for oauth2 async signInWithGoogle() { const successUrl = 'http://localhos...
- [AppwriteException: Network request fail...
When I tried to list the documents from one of the collections, it would show Error: Network request failed. But if I tried others, it would show all of the doc...
