use_ghe(...)
Arguments
| ... |
Arguments passed on to usethis::use_github
organisationIf supplied, the repo will be created under this
organisation, instead of the login associated with the GitHub token
discovered for this host. The user's role and the token's scopes must be
such that you have permission to create repositories in this
organisation.
privateIf TRUE, creates a private repository.
visibilityOnly relevant for organisation-owned repos associated with
certain GitHub Enterprise products. The special "internal" visibility
grants read permission to all organisation members, i.e. it's intermediate
between "private" and "public", within GHE. When specified, visibility
takes precedence over private = TRUE/FALSE.
protocolOne of "https" or "ssh"
|
See also