Skip to content

Commit 3d0d527

Browse files
fix: adding build args option to apply cli command (#5468)
adding build ags option to apply cli command
1 parent 3c08403 commit 3d0d527

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bentoml_cli/deployment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ def update( # type: ignore
507507
help="Configuration json string",
508508
default=None,
509509
)
510+
@build_args_option
510511
@inject
511512
def apply( # type: ignore
512513
bento: str | None,

0 commit comments

Comments
 (0)