pb_list: List all assets attached to a release

View source: R/pb_list.R

pb_listR Documentation

List all assets attached to a release

Description

List all assets attached to a release

Usage

pb_list(repo = guess_repo(), tag = NULL, .token = gh::gh_token())

Arguments

repo

string: GH repository name in format "owner/repo". Default guess_repo() tries to guess based on current working directory's git repository

tag

which release tag(s) do we want information for? If NULL (default), will return a table for all available release tags.

.token

GitHub authentication token, see gh::gh_token()

Value

a data.frame of release asset names, release tag, timestamp, owner, and repo.

See Also

pb_releases for a list of all releases in repository

Examples

## Not run: 
pb_list("cboettig/piggyback-tests")

## End(Not run)

cboettig/piggyback documentation built on Feb. 29, 2024, 2:35 a.m.