rdapp.rdvs 1.1.0

dotnet tool install --global rdapp.rdvs --version 1.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local rdapp.rdvs --version 1.1.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=rdapp.rdvs&version=1.1.0
                    
nuke :add-package rdapp.rdvs --version 1.1.0
                    

命令结构

  1. root(Command line tool for vs.)
    1. global-option "--gateway" An option whose argument is parsed as current gateway.
    2. gateway
      1. add Add a gateway.
        1. argument name Gateway name.
        2. argument host Gateway host.
        3. argument port Gateway port.
        4. option "-s", "--ssl" Gateway use ssl, default false.
        5. option "-c", "--set-current" Set the current gateway.
      2. delete Delete a gateway.
        1. argument name Gateway name.
      3. list List all the gateways.
      4. open Open the gateway.
        1. argument name Gateway name.
      5. set Set the current gateway.
        1. argument name Gateway name.
    3. service
      1. global-option --node Service node.
      2. config Service config command group.
        • get Get service config.
          • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
        • set Set service config.(not imp!)
      3. compare Compare two services update info.
        • option "-k", "--hidden-ok" Not show the ok items.
        • option "-o", "--output-file-name" Output file name.
        • argument serviceInfos ServiceInfos1 serviceInfos2, serviceInfos can be json file, or gateway, or product version(not imp!).
      4. detail Get service detail, include: vs-page service-info and so on.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      5. list List all services info.
        • option "-o", "--output-file-name" Output file name.
      6. log Get services log.
        • option "-a", "--all" Get all service log, .zip file.
        • option "-n", "--log-file-name" Get specific service log, support fuzzy name.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      7. swagger Open service swagger page.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      8. start Start service.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      9. stop Stop service.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      10. status Show service status.
        • argument serviceName(s) Service names(serviceName1 serviceName2 ...), support fuzzy matching.
      11. version Show service versions.
        • option "-o", "--output-file-name" Output file name.
    4. debug
      1. communication Show the edmsV5 communication.
      2. phone Show the edmsV5 phone state.
        • argument phonenum The phone num you want to show.
      3. clientcontext Show the edmsV5 client context.

数据结构

服务 swagger 地址

  1. vss:http://grade1.rdapp.com:18088/swagger/
  2. agent:http://grade1.rdapp.com:6617/swagger/index.html

服务列表

url: http://grade1.rdapp.com:8088/api/serviceCluster?SERVICE=visual-steward-server

data:

备注:没有 agentName!!!

服务详情

service info

curl -X GET "http://grade1.rdapp.com:18088/api/service/VideoFusionServer" -H "accept: application/json"

data dange:

service detail

url: http://grade1.rdapp.com:8088/api/Agents/ORGSServer?SERVICE=StewardAgent&NODE=n242

data:

服务日志

服务对比

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.1.0 974 9/18/2022
1.0.0 841 9/11/2022