mirror of
https://github.com/vale981/agru
synced 2025-03-06 02:01:41 -05:00
12 lines
384 B
Markdown
12 lines
384 B
Markdown
![]() |
# 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")
|
||
|
```
|