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¶
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"
)
)