This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch destServiceID
in repository https://gitbox.apache.org/repos/asf/skywalking-cli.git

commit 1ab3dd65b4416cb5267bb82ac4154666de1b157c
Author: kezhenxu94 <kezhenx...@apache.org>
AuthorDate: Sat Oct 9 13:51:50 2021 +0800

    Add missing `dest-service-id` `dest-service-name` to `metrics linear` 
command
---
 internal/flags/endpoint.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/flags/endpoint.go b/internal/flags/endpoint.go
index 06b8367..68a5787 100644
--- a/internal/flags/endpoint.go
+++ b/internal/flags/endpoint.go
@@ -41,7 +41,7 @@ var EndpointFlags = append(
 // EndpointRelationFlags take either destination endpoint id or destination 
endpoint name as input,
 // and transform to the other one.
 var EndpointRelationFlags = append(
-       EndpointFlags,
+       append(EndpointFlags, ServiceRelationFlags...),
 
        &cli.StringFlag{
                Name:     "dest-endpoint-id",

Reply via email to