We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae747ea commit d24f893Copy full SHA for d24f893
2 files changed
bases/polylith/cli/core.py
@@ -132,7 +132,7 @@ def sync_command(
132
strict: Annotated[bool, options.strict] = False,
133
quiet: Annotated[bool, options.quiet] = False,
134
directory: Annotated[str, options.directory] = "",
135
- verbose: Annotated[str, options.verbose] = "",
+ verbose: Annotated[bool, options.verbose] = False,
136
):
137
"""Update pyproject.toml with missing bricks."""
138
root = repo.get_workspace_root(Path.cwd())
projects/polylith_cli/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "polylith-cli"
3
-version = "1.19.2"
+version = "1.20.0"
4
description = "Python tooling support for the Polylith Architecture"
5
authors = ['David Vujic']
6
homepage = "https://davidvujic.github.io/python-polylith-docs/"
0 commit comments