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
- Every time I deploy a function via CLI, ...
deploying appwrite function via cli breaks Git connection in function settings tab but when I push to git triggered deployment fail. usually multiple deployment...
- [AppwriteException: Network request fail...
Hi, I get this error when I try to create a file to the storage. This error only happens when the filesize is higher than about 3 MB, I upload pictures into the...
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
