Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 733 Bytes

ginx.md

File metadata and controls

28 lines (19 loc) · 733 Bytes

ginx

ginx

Synopsis

Ginx is a cli tool that watch a remote repository and run an arbitrary command on changes/updates.

ginx [flags] -- <command>

Options

  -b, --branch string      branch to watch (default "main")
      --exit-on-fail       exit on command fail
  -h, --help               help for ginx
  -n, --interval int       interval in seconds to poll the remote repo (default 30)
  -l, --log-level string   override log level (debug, info, error) (default "info")
      --now                run the command on the targeted branch now
  -s, --source string      git repository to watch
  -v, --version            display version information
Auto generated by spf13/cobra on 27-Dec-2024