Skip to content

Update Service Sync Config

proton_update_service_sync_config R Documentation

Update the Proton Ops config file

Description

Update the Proton Ops config file.

Usage

proton_update_service_sync_config(branch, filePath, repositoryName,
  repositoryProvider, serviceName)

Arguments

branch

[required] The name of the code repository branch where the Proton Ops file is found.

filePath

[required] The path to the Proton Ops file.

repositoryName

[required] The name of the repository where the Proton Ops file is found.

repositoryProvider

[required] The name of the repository provider where the Proton Ops file is found.

serviceName

[required] The name of the service the Proton Ops file is 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$update_service_sync_config(
  branch = "string",
  filePath = "string",
  repositoryName = "string",
  repositoryProvider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET",
  serviceName = "string"
)