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 Name or ID  query service Name or 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to