Back to Flyway

List Engines

documentation/Reference/Commands/List Engines.md

latest545 B
Original Source

Description

list-engines will list out the supported databases for the current version of Flyway.

Parameters

Universal commandline parameters are listed here.

Usage

To list all databases supported by Flyway:

bash
./flyway list-engines

To list all databases supported by Flyway in a JSON format:

bash
./flyway list-engines -outputType=json

Error codes

This command can produce the following error codes: