Skip to content

Commit bd92452

Browse files
authored
fix(deployment): remove duplicated --config-file (#5364)
feat: fix
1 parent dd9bc1e commit bd92452

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/bentoml_cli/deployment.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -502,12 +502,6 @@ def update( # type: ignore
502502
help="Configuration file path",
503503
default=None,
504504
)
505-
@click.option(
506-
"-f",
507-
"--config-file",
508-
help="Configuration file path, mututally exclusive with other config options",
509-
default=None,
510-
)
511505
@click.option(
512506
"--config-dict",
513507
type=click.STRING,

0 commit comments

Comments
 (0)