Comprehensive Overview of AMASH CLI Tool

AMASH is a command-line interface (CLI) tool designed to support client-server-related services. This tool enables seamless remote connection to a server using the gRPC framework in order to execute various actions via commands within the CLI, eliminating the need for users to connect to the server side remotely, such as through a remote desktop connection.

Usage:

amash.exe -h -s [server address] -p [port] [command [args...]]

To view available commands, use the following command in the command line:

amash.exe -h

Apis Management Services Agent Shell 1.0
--------
Usage: amash.exe -hsp [command [args...]]

  -h         Show this help
  -s <uri>   Connect to URI
  -p <port>  Specify port number (default is 7823)

Commands:
  GetApisVersion
  HsDefrag
  HsStart
  HsStatus
  HsCancel
  HsListDb
  HsListProcess
  HsListLogs
  HsDownloadLogs

This command provides guidance on setting up the URI and specifying the port number, followed by a list of nine commands that can be utilized.