diff --git a/src/bentoml_cli/deployment.py b/src/bentoml_cli/deployment.py index 98963f2c9b7..a7e9166a5a4 100644 --- a/src/bentoml_cli/deployment.py +++ b/src/bentoml_cli/deployment.py @@ -636,7 +636,6 @@ def list_command( # type: ignore console.print(Syntax(info, "yaml", background_color="default")) - @deployment_command.command() @click.option("--cluster", type=click.STRING, default=None, help="Name of the cluster.") @click.option(