githubhooks è un semplice modulo Python progettato per elencare e testare ganci Github precedentemente attivati.
Installazione
pip installare githubhooks
Utilizzo
Setup gettone OAuth come env var
(Github-ganci) jon @ lenovo ~ / Codice / github-ganci $ fonte GITHUB_TOKEN
Listing ganci disponibili
(Github-ganci) jon @ lenovo ~ / Codice / github-ganci list $ githubhooks.py
.. Listing Ganci da Repository ..
XAM: 414.859 (travis)
XBMC-vimcasts: 416.593 (Travis)
xbmcswift: 78.826 (Twitter)
xbmcswift2: 239.826 (readthedocs)
Attenzione: Saltare previsioni perché non ho potuto accedere ganci. Forse non hai il permesso.
Specifica ganci per l'esecuzione come args
(Github-ganci) jon @ lenovo ~ / Codice /-ganci github $ githubhooks.py --hook xam: 414.859 --hook XBMC-vimcasts: 416.593 run
Attivazione travis gancio per XAM ... OK
Attivazione travis gancio per XBMC-vimcasts ... OK
Specifica ganci per eseguire da un file di configurazione
(Github-ganci) jon @ lenovo ~ / Codice / github-ganci ganci $ cat
# travis
XAM: 414.859
# travis
XBMC-vimcasts: 416.593
(Github-ganci) jon @ lenovo ~ / Codice / github-ganci $ githubhooks.py --config Ganci gestita
Attivazione travis gancio per XAM ... OK
Attivazione travis gancio per XBMC-vimcasts ... OK
Requisiti :
- Python
I commenti non trovato