Command help does not work for a command (e.g. flyway help migrate)

I'm using the docker image redgate/flyway:10.20.0 (community edition).
And I'm trying execute the command help for a command but I get a generic help output not the (expected) specific help of the command:
<div># flyway help migrate</div><div>Usage</div><div>&nbsp; &nbsp; flyway [options] [command]</div><div>&nbsp; &nbsp; flyway help [command]</div><div><br></div><div>By default, the configuration will be read from conf/flyway.conf.</div><div>Options passed from the command-line override the configuration.</div><div><br></div><div>Commands</div><div>&nbsp; &nbsp; help&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Print this usage info and exit</div><div>&nbsp; &nbsp; auth&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Authenticates Flyway with Redgate licensing</div><div>&nbsp; &nbsp; ...</div>

Neither "flyway --help migrate" or "flyway -h migrate" variants work well.

I found the same issue for others commands (baseline, clean, repair, ...).
Curiously the help of check command work fine ("flyway help check").
Tagged:

Answers

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file