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 2c434ec commit b42f0e6Copy full SHA for b42f0e6
helm_values_manager/cli.py
@@ -49,7 +49,7 @@ def init(
49
def add_value_config(
50
path: str = typer.Option(..., "--path", "-p", help="Configuration path (e.g., 'app.replicas')"),
51
description: str = typer.Option(
52
- "Description of the configuration", "--description", "-d", help="Description of what this configuration does"
+ "", "--description", "-d", help="Description of what this configuration does"
53
),
54
required: bool = typer.Option(False, "--required", "-r", help="Whether this configuration is required"),
55
sensitive: bool = typer.Option(
0 commit comments