You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/11/10 06:29:51 UTC

[GitHub] [skywalking-cli] arugal edited a comment on issue #10: [Feature] Support instance list command

arugal edited a comment on issue #10: [Feature] Support instance  list command
URL: https://github.com/apache/skywalking-cli/pull/10#issuecomment-552167518
 
 
   help works like this:
   ```bash
   ./bin/swctl i -h
   
   NAME:
      swctl instance - Instance related sub-command
   
   USAGE:
      swctl instance command [command options] [arguments...]
   
   COMMANDS:
      list, ls  List all available instance by given --service parameter
   
   OPTIONS:
      --help, -h  show help
   
   =========================================================
   
   ./bin/swctl i ls -h 
   
   NAME:
      swctl instance list - List all available instance by given --service parameter
   
   USAGE:
      swctl instance list [command options] [arguments...]
   
   OPTIONS:
      --start TIME  query start TIME
      --end TIME    query end TIME
      --service ID  query 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:
users@infra.apache.org


With regards,
Apache Git Services