You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="""Dump the Helm chart information for the 'mongodb-kubernetes' chart as JSON.""",
15
+
formatter_class=argparse.RawTextHelpFormatter,
16
+
)
17
+
parser.add_argument(
18
+
"-b",
19
+
"--build-scenario",
20
+
metavar="",
21
+
action="store",
22
+
required=True,
23
+
type=str,
24
+
choices=supported_scenarios,
25
+
help=f"""Build scenario when reading configuration from 'build_info.json'.
26
+
Options: {", ".join(supported_scenarios)}. For '{BuildScenario.DEVELOPMENT}' the '{BuildScenario.PATCH}' scenario is used to read values from 'build_info.json'""",
0 commit comments