These functions help use Posit Connect's
configured authorization to query available branches and subdirectories for
deployment using deploy_repo()
Usage
repo_check_account(client, host)
repo_check_branches(client, repository)
repo_check_branches_ref(client, repository)
repo_check_manifest_dirs(client, repository, branch)
Details
repo_check_account()
messages whether an account is in use, and then returns that accountrepo_check_branches()
retrieves which branches are available, returning in a named listrepo_check_manifest_dirs()
retrieves which directories contain amanifest.json
, returning in a named list
See also
connectapi::deploy_repo
Other content functions:
content_delete()
,
content_item()
,
content_title()
,
content_update()
,
create_random_name()
,
dashboard_url()
,
dashboard_url_chr()
,
delete_thumbnail()
,
delete_vanity_url()
,
deploy_repo()
,
get_bundles()
,
get_environment()
,
get_image()
,
get_jobs()
,
get_thumbnail()
,
get_vanity_url()
,
has_thumbnail()
,
permissions
,
set_image_path()
,
set_run_as()
,
set_thumbnail()
,
set_vanity_url()
,
swap_vanity_url()
,
verify_content_name()