-
Notifications
You must be signed in to change notification settings - Fork 19
Tool for syncing component configuration with remote model #14
Comments
In my opinion, we should not have watch command for this action, as it could lead to some unexpected remote model changing. Especially, if IDE have auto-save, we don't want to submit not finished configuration and spam server with requests. |
@operatino see #13 |
I agree, Also see this strange atribute used for removing properties: markedForDeletion Igor might be something you could add into the REST API? On 4 February 2015 at 12:30, Robert Haritonov notifications@github.com
|
If @igord and @craigwalkeruk don't see any problems with watch process for syncing model with remote, and watch will run only with flag, then I don't have any issues with that. |
Apart from standalone tool, for editing component configuration #13, we need
sync
command, that will send all the updates of local developed component to remote model.During execution, command will do following actions:
Subjects for discussion:
The text was updated successfully, but these errors were encountered: