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 76b5cba commit 7021117Copy full SHA for 7021117
packages/settings-library/src/settings_library/utils_cli.py
@@ -73,7 +73,7 @@ def print_as_json(
73
typer.echo(
74
json.dumps(
75
model_dump_with_secrets(
76
- settings_obj, show_secret=show_secrets, **pydantic_export_options
+ settings_obj, show_secrets=show_secrets, **pydantic_export_options
77
),
78
indent=None if compact else 2,
79
)
0 commit comments