[console_scripts]
workflow=proman_workflows:workflow.run
workflow-setup=proman_workflows.setup:setup.run
workflow-tools=proman_workflows:workflow_tools.run

[proman.workflows.container.compose]
docker_compose=proman_workflows.container.docker:namespace
podman_compose=proman_workflows.container.podman:namespace

[proman.workflows.docs]
mkdocs=proman_workflows.docs.mkdocs:namespace

[proman.workflows.executable]
briefcase=proman_workflows.executable.briefcase:namespace

[proman.workflows.formatter]
autopep8=proman_workflows.formatter.autopep8:namespace
black=proman_workflows.formatter.black:namespace
isort=proman_workflows.formatter.isort:namespace

[proman.workflows.mock]
original=mock_workflow.mock.original:namespace
update=mock_workflow.mock.update:namespace

[proman.workflows.package]
flit=proman_workflows.package.flit:namespace
poetry=proman_workflows.package.poetry:namespace
setuptools=proman_workflows.package.setuptools:namespace
twine=proman_workflows.package.twine:namespace

[proman.workflows.pki]
gpg=proman_workflows.pki.gpg:namespace
tls=proman_workflows.pki.tls:namespace

[proman.workflows.qa]
behave=proman_workflows.qa.behave:namespace
pytest=proman_workflows.qa.pytest:namespace

[proman.workflows.sca]
bandit=proman_workflows.sca.security.bandit:namespace
flake8=proman_workflows.sca.flake8:namespace
mypy=proman_workflows.sca.mypy:namespace
safety=proman_workflows.sca.security.safety:namespace

[proman.workflows.system]
test-infra=proman_workflows.system.test_infra:namespace

[proman.workflows.vcs]
git=proman_workflows.git:namespace

