Skip to content

Get Service Sync Config

proton_get_service_sync_config R Documentation

Get detailed information for the service sync configuration

Description

Get detailed information for the service sync configuration.

Usage

proton_get_service_sync_config(serviceName)

Arguments

serviceName

[required] The name of the service that you want to get the service sync configuration for.

Value

A list with the following syntax:

list(
  serviceSyncConfig = list(
    branch = "string",
    filePath = "string",
    repositoryName = "string",
    repositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET",
    serviceName = "string"
  )
)

Request syntax

svc$get_service_sync_config(
  serviceName = "string"
)