Skip to content

Commit

Permalink
fix: redundant parameter for seeing the status of a deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemirci authored and Younday committed Sep 27, 2024
1 parent a08fb7e commit de2fd7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/cli/syntho_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ def k8s_deployment_update(deployment_id: str, new_version: str):
default="",
callback=validate_k8s_deployment_id,
)
@click.option("--version", type=str, help=("Specify a version for Syntho stack."), required=True)
def k8s_deployment_status(deployment_id: str):
deployment = k8s_deployment_manager.get_deployment(scripts_dir, deployment_id)
if deployment:
Expand Down

0 comments on commit de2fd7b

Please sign in to comment.