public remoteAdd(cwd: string, ...args: Args) {
    return this.executeDvcProcess(cwd, Command.REMOTE, SubCommand.ADD, ...args)
  }