🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

git-auto-updater

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-auto-updater

Keeps a git repository up-to-date

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

git-auto-updater

usage: git-auto-updater [options] [-- [command]]

Periodically checks a git repository for updates and runs a command
between updates.

options:
  -h, --help          print this message
  -r, --repository    git repository URI
  -b, --branch        git branch (Default: master)
  -p, --path          local clone path (Default: repository name)
  -f, --frequency     update check frequency, in minutes (Default: 1440)
  -t, --time          update check time, overrides frequency, HHMM (e.g. 0200)
  -s, --signal        signal to terminate command (Default: SIGINT)
  -e, --error-retry   update check frequency after an error, in minutes.
                      Specifying zero exits on errors. (Default: 5)
  --                  stop processing command line arguments

FAQs

Package last updated on 31 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts