Package: gitcreds 0.1.2.9000

Gábor Csárdi

gitcreds: Query 'git' Credentials from 'R'

Query, set, delete credentials from the 'git' credential store. Manage 'GitHub' tokens and other 'git' credentials. This package is to be used by other packages that need to authenticate to 'GitHub' and/or other 'git' repositories.

Authors:Gábor Csárdi [aut, cre], Posit Software, PBC [cph, fnd]

gitcreds_0.1.2.9000.tar.gz
gitcreds_0.1.2.9000.zip(r-4.7)gitcreds_0.1.2.9000.zip(r-4.6)gitcreds_0.1.2.9000.zip(r-4.5)
gitcreds_0.1.2.9000.tgz(r-4.6-any)gitcreds_0.1.2.9000.tgz(r-4.5-any)
gitcreds_0.1.2.9000.tar.gz(r-4.7-any)gitcreds_0.1.2.9000.tar.gz(r-4.6-any)
gitcreds_0.1.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
DESCRIPTION |NEWS
card.svg |card.png
gitcreds/json (API)

# Install 'gitcreds' in R:
install.packages('gitcreds', repos = c('https://r-lib.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/r-lib/gitcreds/issues

Pkgdown/docs site:https://gitcreds.r-lib.org

On CRAN:

Conda:

credentialscredentials-helpergitgithub

13.93 score 30 stars 443 packages 682 scripts 195k downloads 10 exports 0 dependencies

Last updated from:a33142a0da. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK128
source / vignettesOK188
linux-release-x86_64OK135
macos-release-arm64OK107
macos-oldrel-arm64OK93
windows-develOK91
windows-releaseOK83
windows-oldrelOK79
wasm-releaseOK99

Exports:gitcreds_approvegitcreds_cache_envvargitcreds_deletegitcreds_fillgitcreds_getgitcreds_listgitcreds_list_helpersgitcreds_parse_outputgitcreds_rejectgitcreds_set

Dependencies:

git credential helpers
General remarks | Credential helper survey | cache | store | osxkeychain | manager-core (on macOS), before version 2.0.246-beta | manager-core (macOS), 2.0.246-beta or later | manager (GitHub authority) | manager (Basic authority) | manager-core (on Windows, before version 2.0.246-beta) | manager-core (on Windows, from 2.0.246-beta) | Recommendations for multiple accounts | macOS | Windows, with git 2.29.0 or later and manager-core | Windows with older git versions | At most one github.com credential | Multiple GitHub credentials

Last update: 2022-03-11
Started: 2020-09-10

gitcreds for package authors
Introduction | The simple API | Errors from the simple API | The low level API | The dummy credential helper | Errors from the low level API | Testing

Last update: 2020-10-22
Started: 2020-09-10

Readme and manuals

Help Manual

Help pageTopics
Environment variable to cache the password for a URLgitcreds_cache_envvar
Access the low level credential APIgitcreds_approve gitcreds_fill gitcreds_reject
Query and set git credentialsgitcreds gitcreds_delete gitcreds_get gitcreds_list_helpers gitcreds_set
List all credentials stored by a git credential helpergitcreds_list
Parse standard output from git credential fillgitcreds_parse_output