Add feature shell for database conversion

This commit is contained in:
Matthias
2022-05-09 07:21:10 +02:00
parent 0f499469fc
commit c3b0f6b64b
4 changed files with 34 additions and 8 deletions

View File

@@ -106,6 +106,11 @@ AVAILABLE_CLI_OPTIONS = {
f'`{constants.DEFAULT_DB_DRYRUN_URL}` for Dry Run).',
metavar='PATH',
),
"db_url_from": Arg(
'--db-url-from',
help='Source db url to use when migrating database systems.',
metavar='PATH',
),
"sd_notify": Arg(
'--sd-notify',
help='Notify systemd service manager.',