proton_create_template_sync_config: Set up a template to create new template versions...

View source: R/proton_operations.R

proton_create_template_sync_configR Documentation

Set up a template to create new template versions automatically by tracking a linked repository

Description

Set up a template to create new template versions automatically by tracking a linked repository. A linked repository is a repository that has been registered with Proton. For more information, see create_repository.

See https://www.paws-r-sdk.com/docs/proton_create_template_sync_config/ for full documentation.

Usage

proton_create_template_sync_config(
  branch,
  repositoryName,
  repositoryProvider,
  subdirectory = NULL,
  templateName,
  templateType
)

Arguments

branch

[required] The repository branch for your template.

repositoryName

[required] The repository name (for example, myrepos/myrepo).

repositoryProvider

[required] The provider type for your repository.

subdirectory

A repository subdirectory path to your template bundle directory. When included, Proton limits the template bundle search to this repository directory.

templateName

[required] The name of your registered template.

templateType

[required] The type of the registered template.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.