Skip to content

Get Repository

proton_get_repository R Documentation

Get detail data for a linked repository

Description

Get detail data for a linked repository.

Usage

proton_get_repository(name, provider)

Arguments

name

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

provider

[required] The repository provider.

Value

A list with the following syntax:

list(
  repository = list(
    arn = "string",
    connectionArn = "string",
    encryptionKey = "string",
    name = "string",
    provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
  )
)

Request syntax

svc$get_repository(
  name = "string",
  provider = "GITHUB"|"GITHUB_ENTERPRISE"|"BITBUCKET"
)