sanderstad/FlywayCLIRunner
Run Flyway CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action_migrate | Enable migration | no | true |
| action_clean_db | Enable cleaning the database build | no | false |
| action_dryrun | Enable dry run | no | false |
| action_report | Enable check report generation | no | false |
| flyway_email | The email address to use for Flyway CLI | no | "" |
| flyway_token | The token to use for Flyway CLI | no | "" |
| target_db_url | JDBC url to use to connect to the database | yes | "" |
| target_db_username | The username to use for the target database | no | "" |
| target_db_password | The password to use for the target database | no | "" |
| authenticate_flyway | Disable authentication | no | true |
| agree_to_eula | Agree to the Flyway EULA | no | true |
| environment | The environment to use for the Flyway CLI | yes | "" |
| publish_result | Publish the result of the migration | no | false |
| generate_check_report | Generate a check report | no | false |
| report_environment | The environment to use for the report | no | default |
| report_db_url | The JDBC url to use for the report database | yes | "" |
| report_db_username | The username to use for the report database | no | "" |
| report_db_password | The password to use for the report database | no | "" |
| check_filter_file | The filter file to use for the check report | no | "" |
| custom_params | Custom parameters to pass to Flyway CLI | no | "" |
| debug | Enable debug mode | no | false |
Outputs
no outputs