The inspect command can be used to inspect the details of a particular Konduit Server based on given the server's id. This command helps in getting the details of a server configuration which can be further filter and formatted through a query string. You can specify the query string with either the --query or -q option.
Examples
The following command will inspect the whole configuration of server with an id of 'inf_server':
$konduitinspectinf_server
The command will let you inspect the whole configuration setting based on your JSON/YAML file:
You can use --query command flag to get specific fields of the server configuration. For example, the following command will print the host and port of the server:
$konduitinspectinf_server--query{host}:{port}
You'll get the output based on what you have specified:
localhost:42849
You can also use same command flag to get pipeline details, for example: