Skip to content
Snippets Groups Projects
Commit 6852de30 authored by garciadeblas's avatar garciadeblas
Browse files

Add profile-type option alias to attach-profile and detach-profile commands


Change-Id: I024787283dfd49e30e2b9c65477d57f9fa6db65c
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 8a976b00
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ def patch_cluster_profile(ctx, profile, cluster, profile_type, patch_string):
@click.argument("profile")
@click.argument("cluster")
@click.option(
"--profile-type",
"--profile_type",
type=click.Choice(
[
......@@ -116,6 +117,7 @@ def attach_profile(ctx, profile, cluster, profile_type):
@click.argument("profile")
@click.argument("cluster")
@click.option(
"--profile-type",
"--profile_type",
type=click.Choice(
[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment