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 c93e97d commit 0b2867cCopy full SHA for 0b2867c
src/edge_containers_cli/cli.py
@@ -266,7 +266,7 @@ def start(
266
autocompletion=all_svc,
267
show_default=False,
268
),
269
- commit: bool = typer.Option(False, help="Commits the values to the git repo"),
+ commit: bool = typer.Option(True, help="Commits the values to the git repo"),
270
):
271
"""Start a service"""
272
try:
@@ -284,7 +284,7 @@ def stop(
284
autocompletion=running_svc,
285
286
287
288
289
"""Stop a service"""
290
0 commit comments