Skip to content

Commit

Permalink
chore: remove long name options
Browse files Browse the repository at this point in the history
Signed-off-by: aarnphm-ec2-dev <[email protected]>
  • Loading branch information
aarnphm committed Jul 20, 2023
1 parent ab6190f commit d106ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bentoml_cli/cloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def login(obj: Cli, endpoint: str, api_token: str) -> None: # type: ignore (not
f"Successfully logged in to BentoCloud for {user.name} in {org.name}"
)

@cloud.command(aliases=["current-context"])
def get_current_context() -> None: # type: ignore (not accessed)
@cloud.command()
def current_context() -> None: # type: ignore (not accessed)
"""Get current cloud context."""
click.echo(
json.dumps(
Expand Down

0 comments on commit d106ef9

Please sign in to comment.