debops / debops-tools

Your Debian-based data center in a box
https://debops.org/
GNU General Public License v3.0
1.07k stars 116 forks source link

debops-update has no --dry-run argument #191

Open abraxxa opened 7 years ago

abraxxa commented 7 years ago
ahartmai@debian9:~/project-directory$ debops-update --dry-run
usage: debops-update [-h] [project_dir]
debops-update: error: unrecognized arguments: --dry-run
drybjed commented 7 years ago

This was added in https://github.com/debops/debops-tools/pull/168 PR, however it's not yet released on PyPI. Did you install debops using pip?

I guess it's time to make a new release soon.

abraxxa commented 7 years ago

Yes, using pip install debops as documented. I'd suggest closing this bug report when the next version including the argument is released. Thanks!