Token

Token

Description

A personal access token (PAT) to be used in conjunction with the email configuration parameter. Used to authenticate Flyway to use either Teams or Enterprise.

Usage

Commandline

./flyway -email="foo.bar@red-gate.com" -token="1234ABCD"

TOML

[flyway]
email = "foo.bar@red-gate.com"
token = "1234ABCD"

Environment Variable

FLYWAY_EMAIL=foo.bar@red-gate.com
FLYWAY_TOKEN=1234ABCD

Didn't find what you were looking for?