Added self-updating, better docker-compose control

* Added --self-update to check for and download new versions of
  the phar
* Added --only option which accepts a comma-separated list of
  services to pass to docker-compose pull/up
* Added --updated option to only pass the updated services to
  docker-compose pull/up
This commit is contained in:
2022-09-03 00:11:52 +02:00
parent 88f3b75383
commit 6c422eafe6
5 changed files with 77 additions and 6 deletions

View File

@ -32,3 +32,12 @@
- Bugfix: The lockfile is no longer removed automatically, but only if it was
created by the current instance.
**0.1.6**
- Implemented self-updating (use -U or --self-update)
**0.1.7**
- Added `--only` option, to only pull for specific services
- Added `--updated` option to only pull updated images