arugal commented on issue #10: [Feature] Support instance list command URL: https://github.com/apache/skywalking-cli/pull/10#issuecomment-552191971 > > First through the --service value search services. If the query result is not empty, get serviceId from the query result, or else take the --service value as the serviceId > > If a service name is an integer, then you may face ambiguity issue. > Such as `swctl instance --service 123` meaning `service name = 123` or service id = `123`? > > I would say `swctl instance --service 123` must be `service name = 123`. If id is expected to be supported, choose maybe `swctl instance --service-id 123` or something we could discuss later. > > CLI is a command line tool, I want it has clear meaning. Agree to provide ```--service-name``` and ```--service-id```.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
