proton_update_service_sync_config {paws.compute} | R Documentation |
Update the Proton Ops config file
Description
Update the Proton Ops config file.
See https://www.paws-r-sdk.com/docs/proton_update_service_sync_config/ for full documentation.
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. |
[Package paws.compute version 0.9.0 Index]