[console_scripts]
build_backends=build_backends.main:main
build_backends_prd=build_backends.main_prd:main
flowfile=flowfile.__main__:main
flowfile-migrate=tools.migrate.__main__:main
flowfile_core=flowfile_core.main:run
flowfile_scheduler=flowfile_scheduler.__main__:main
flowfile_worker=flowfile_worker.main:run
start_azurite=test_utils.azurite.commands:start_azurite
start_gcs=test_utils.gcs.commands:start_gcs
start_minio=test_utils.s3.commands:start_minio
start_mysql=test_utils.mysql.commands:start_mysql
start_postgres=test_utils.postgres.commands:start_postgres
start_redpanda=test_utils.kafka.commands:start_redpanda
stop_azurite=test_utils.azurite.commands:stop_azurite
stop_gcs=test_utils.gcs.commands:stop_gcs
stop_minio=test_utils.s3.commands:stop_minio
stop_mysql=test_utils.mysql.commands:stop_mysql
stop_postgres=test_utils.postgres.commands:stop_postgres
stop_redpanda=test_utils.kafka.commands:stop_redpanda

