Skip to content

Get Template Sync Config

proton_get_template_sync_config R Documentation

Get detail data for a template sync configuration

Description

Get detail data for a template sync configuration.

Usage

proton_get_template_sync_config(templateName, templateType)

Arguments

templateName

[required] The template name.

templateType

[required] The template type.

Value

A list with the following syntax:

list(
  templateSyncConfig = list(
    branch = "string",
    repositoryName = "string",
    repositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET",
    subdirectory = "string",
    templateName = "string",
    templateType = "ENVIRONMENT"|"SERVICE"
  )
)

Request syntax

svc$get_template_sync_config(
  templateName = "string",
  templateType = "ENVIRONMENT"|"SERVICE"
)