X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=osmclient%2Fscripts%2Fosm.py;h=aedf3c7b1155a98a563fd4cf239670ff21d5b1fc;hb=3984c7f63e1a92853c87175ef6d1d72b38d3f0ac;hp=a19613992725c98996e22a4007a074131ee71bef;hpb=fcfed2f9c065ba92f775fb6f4563d5d4b64e7797;p=osm%2Fosmclient.git diff --git a/osmclient/scripts/osm.py b/osmclient/scripts/osm.py index a196139..aedf3c7 100755 --- a/osmclient/scripts/osm.py +++ b/osmclient/scripts/osm.py @@ -5709,7 +5709,7 @@ def process_vnf_heal_params(ctx, param, value): process_common_heal_params(ctx, param, value) -@click.command( +@cli_osm.command( name="ns-heal", short_help="heals (recreates) VNFs or VDUs of a NS instance" ) @click.argument("ns_name") @@ -5785,7 +5785,7 @@ def ns_heal( ctx.obj.ns.heal(ns_name, heal_dict, wait, timeout) -@click.command( +@cli_osm.command( name="vnf-heal", short_help="heals (recreates) a VNF instance or the VDUs of a VNF instance", )