| git | R Documentation |
These functions help use Posit Connect's
configured authorization to query available branches and subdirectories for
deployment using
deploy_repo()
repo_check_account(client, host)
repo_check_branches(client, repository)
repo_check_branches_ref(client, repository)
repo_check_manifest_dirs(client, repository, branch)
client |
A Connect R6 object |
host |
The git repository host (with schema). For example, "https://github.com" |
repository |
The git repository to explore or consider deploying |
branch |
The git branch to explore for subdirectories |
repo_check_account() messages whether an account is in use, and then returns that account
repo_check_branches() retrieves which branches are available, returning in a named list
repo_check_manifest_dirs() retrieves which directories contain a
manifest.json, returning in a named list
connectapi::deploy_repo
Other content functions:
content_delete(),
content_item(),
content_title(),
content_update(),
create_random_name(),
dashboard_url(),
delete_thumbnail(),
delete_vanity_url(),
deploy_repo(),
get_associations(),
get_bundles(),
get_environment(),
get_image(),
get_job(),
get_jobs(),
get_log(),
get_thumbnail(),
get_vanity_url(),
has_thumbnail(),
lock_content(),
permissions,
search_content(),
set_image_path(),
set_integrations(),
set_run_as(),
set_thumbnail(),
set_vanity_url(),
swap_vanity_url(),
swap_vanity_urls(),
terminate_jobs(),
verify_content_name()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.