Skip to content

evgkrsk/reqs-up

Repository files navigation

reqs-up

Simple CLI utility to update semver versions in ansible's requirements.yml files.

It tries to fetch remote url (only git supported at moment) and bump up version to latest one.

It is assumed that all urls is accesible or public (i.e. may be view by "git ls-remote" without manual authentication).

Note: all comments in YAML will be LOST (PR-s welcome)!

Examples

# reqs-up -f ./requirements.yaml
  • update 'requirements.yaml' file in-place, bumping up versions
# reqs-up --dry-run
  • dry-run, print new version of YAML doc on stdout. requirements.yml assumed in current working dir.

About

Simple CLI utility to update semver versions in ansible's requirements.yml files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published