NLnetLabs / krillmanager

Layered infrastructure as code for running Krill as a highly available scalable service with integration points for monitoring and log analysis.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

`krillmanager logs --help` shouldn't say run init first. #18

Closed ximon18 closed 4 years ago

ximon18 commented 4 years ago

On an uninitialized Krill Manager instance this works:

# krillmanager logs
Usage: krillmanager logs <krill|nginx|rsyncd> [-f] [--tail=n]

This should also work, but does not:

# krillmanager logs --help
Please run krillmanager init before using this command.
ximon18 commented 4 years ago

Fixed in the v0.1.4 release.