Convert Vault

Invoke from plugin

execute(type) {
	if type = local {
		workspaceService.convertVaultLocal
	}
	...
}

Convert vault to remote vault

convertVaultRemote(targetVault, remoteUrl) {
	...

	updateVault

	if enableSelfContainedVaults {

	}
}

Convert vault to local vault