rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Implement otto-scm-poll CLI #53

Open rtyler opened 3 years ago

rtyler commented 3 years ago

This CLI would be something a user can set up via crontab to poll the SCM for a single or multiple projects.

This would need some form of relational state, so it might be time to tackle the relational data service.

If the CLI identified new changes against the given refs/wildcard, then it should trigger the pipeline for those refs.