0.0.3 • Published 11 years ago

ios-ota-maintainer v0.0.3

Weekly downloads
7
License
-
Repository
github
Last release
11 years ago

ios-ota-maintainer build status

Manages a certain level of archives for every application // branch // tags.

usage

./bin/ios-ota-maintainer --help
Usage: node-ios-ota-maintainer

Options:
  -c, --config        The configuration file to use                        [default: "/etc/ios-ota-maintainer.json"]
  -H, --host          The host to connect to                               [default: "127.0.0.1"]
  -P, --port          The port to connect to                               [default: "3000"]
  -l, --loglevel      Set the log level (debug, info, warn, error, fatal)  [default: "warn"]
  -i, --interval      Clean interval (in milliseconds)                     [default: 900000]
  -m, --max-archives  Maximum number of archives for all branches/tags     [default: 50]
  -L, --loop          Runs the application in an event loop                [default: false]
  -h, --help          Shows this message                                   [default: false]