Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fix deploy cli & sdk #4390

Merged
merged 1 commit into from
Jan 10, 2024
Merged

fix: fix deploy cli & sdk #4390

merged 1 commit into from
Jan 10, 2024

Conversation

FogDong
Copy link
Member

@FogDong FogDong commented Jan 9, 2024

What does this PR address?

Fixes #(issue)

Before submitting:

Signed-off-by: FogDong <fog@bentoml.com>
@FogDong FogDong requested a review from a team as a code owner January 9, 2024 11:16
@FogDong FogDong requested review from parano and removed request for a team January 9, 2024 11:16
Comment on lines +214 to +218
@click.argument(
"name",
type=click.STRING,
required=True,
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't get why this is added but the args are removed from the function

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By adding args we can use cli like this:

bentoml deployment update my-deploy --scaling-min=1

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I am looking at the wrong line.

@frostming frostming merged commit f248cfa into bentoml:1.2 Jan 10, 2024
39 of 40 checks passed
frostming pushed a commit that referenced this pull request Jan 17, 2024
Signed-off-by: FogDong <fog@bentoml.com>
frostming pushed a commit that referenced this pull request Feb 1, 2024
Signed-off-by: FogDong <fog@bentoml.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants