agru/README.md

12 lines
384 B
Markdown
Raw Normal View History

2023-03-16 22:50:02 +02:00
# agru
**a**nsible-**g**alaxy **r**equirements **u**pdater is very simple program, almost bash one-liner.
It reads ansible-galaxy's requirements.yml file, checks if the listed git repos has newer tags than presented in your file and updates the file if there are any newer tags.
```
Usage of agru:
-r string
ansible-galaxy requirements file (default "requirements.yml")
```