Skip to main content

Installation

Install via npm

To install Git Proxy, you must first install Node.js. Then, use the npm package manager:

npm install -g @finos/git-proxy

To install the Git Proxy Command Line Interface (CLI), run:

npm install -g @finos/git-proxy-cli

Install a specific version

To install a specific version of Git Proxy, append the version to the end of the install command:

npm install -g @finos/git-proxy@1.2.0

To install a specific version of the Git Proxy CLI, append the version to the end of the install command:

npm install -g @finos/git-proxy-cli@1.0.0