proton_create_service_sync_config {paws.compute} | R Documentation |
Create the Proton Ops configuration file
Description
Create the Proton Ops configuration file.
See https://www.paws-r-sdk.com/docs/proton_create_service_sync_config/ for full documentation.
Usage
proton_create_service_sync_config(
branch,
filePath,
repositoryName,
repositoryProvider,
serviceName
)
Arguments
branch |
[required] The repository branch for your Proton Ops file. |
filePath |
[required] The path to the Proton Ops file. |
repositoryName |
[required] The repository name. |
repositoryProvider |
[required] The provider type for your repository. |
serviceName |
[required] The name of the service the Proton Ops file is for. |
[Package paws.compute version 0.9.0 Index]