From 8ce664b236f309d02d42cb5bc64845894cdf1da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=98ehounek?= Date: Fri, 11 Oct 2024 08:15:30 +0200 Subject: [PATCH] Add warning about MD after release --- project_rossum_deploy/commands/migrate/migrate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project_rossum_deploy/commands/migrate/migrate.py b/project_rossum_deploy/commands/migrate/migrate.py index 7d69bc3..cdcab36 100644 --- a/project_rossum_deploy/commands/migrate/migrate.py +++ b/project_rossum_deploy/commands/migrate/migrate.py @@ -287,9 +287,10 @@ async def migrate_project( 2. set hook.secrets for migrated hooks 3. assign users to queues 4. assign workflows to queues + 5. add datasets (if the target organization is different) This applies only for newly created objects. Once these attributes are set on the target object, subsequent release commands keep the values. """ - print(Panel(f"{hints}")) + print(Panel(f"{hints}", style="yellow")) print( Panel( f"Finished {settings.MIGRATE_COMMAND_NAME}. Please check all messages printed during the process."