You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently no way to sync functions created/modified in the console with the appwrite.json config file. Changes made to a project, collections and buckets can be synced with the init command to update the appwrite.json.
🎤 Pitch
I propose a similar command (not necessarily init) be available to sync functions on the console with the appwrite.json using the cli.
👀 Have you spent some time to check if this issue has been raised before?
I second this. Additionally, appwrite init function prompts me to create a new function whereas appwrite init collection and appwrite init database both sync to the appwrite.json file! This is not intuitive at all if this is the intended behavior for function option. Especially considering the --help and documentation each mention no difference between these!
🔖 Enhancement description
There is currently no way to sync functions created/modified in the console with the
appwrite.json
config file. Changes made to a project, collections and buckets can be synced with theinit
command to update theappwrite.json
.🎤 Pitch
I propose a similar command (not necessarily
init
) be available to sync functions on the console with theappwrite.json
using the cli.👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: