kitplummer / goa

GitOps Agent - continuously monitors a remote git repository against local/any change, and performs actions (e.g. executes a provided command) - given a periodicity that is defined as a time intervals [NOTE: very much pre-release at this point.]
MIT License
4 stars 0 forks source link

Use ref instead of branch #87

Open kitplummer opened 2 years ago

kitplummer commented 2 years ago

...in order to spy any state of reference within a repo.

This is probably simply changing the CLI config but will investigate.

kitplummer commented 2 years ago

HT: NB ->

e.g. --branch might be a concrete instance of a more general --ref which could then see new tags, patterns, etc.