nest syncSynchronize remote and local configuration. This command is an abstraction of the pull and push commands.nest syncCopyinfoSynchronization logic:if (local config older than remote config) { pull config & merge config; if (conflicts) { return; }}push config;CopyExamples#nest syncCopy