EVOLUTION-MANAGER
Edit File: gitcreds_cache_envvar.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Environment variable to cache the password for a URL</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for gitcreds_cache_envvar {gitcreds}"><tr><td>gitcreds_cache_envvar {gitcreds}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Environment variable to cache the password for a URL</h2> <h3>Description</h3> <p><code>gitcreds_get()</code> caches credentials in environment variables. <code>gitcreds_cache_envvar()</code> calculates the environment variaable name that is used as the cache, for a URL. </p> <h3>Usage</h3> <pre> gitcreds_cache_envvar(url) </pre> <h3>Arguments</h3> <table summary="R argblock"> <tr valign="top"><td><code>url</code></td> <td> <p>Character vector of URLs, they may contain user names and paths as well. See details below.</p> </td></tr> </table> <h3>Value</h3> <p>Character vector of environment variables. </p> <h3>See Also</h3> <p><code><a href="gitcreds_get.html">gitcreds_get()</a></code>. </p> <h3>Examples</h3> <pre> gitcreds_cache_envvar("https://github.com") gitcreds_cache_envvar("https://api.github.com/path/to/endpoint") gitcreds_cache_envvar("https://jane@github.com") gitcreds_cache_envvar("https://another.site.github.com") </pre> <hr /><div style="text-align: center;">[Package <em>gitcreds</em> version 0.1.2 <a href="00Index.html">Index</a>]</div> </body></html>