Commands:
  help                         print help message

  cat                          print contents of a file

  run-test          -f <test config file> -t <test names>
                               Execute a set of predefined test scenarios
                               To options '-t' is optional and if absent, all tests present in the test config file will
                               executed. If '-t' is present, only the specified tests will be executed. Multiple test
                               names (separated by whitespaces) can be provided with this flag.

  send-dc-request   -f <request file>
                               Send the request  file (asic or xml) to the configured connectors /from-dc endpoint

  send-dp-response  -f <response file>
                               Send the response file (asic or xml) to the configured connectors /from-dp endpoint

  send-dc-request -new -i <Data Subject Identifier> -c <Data Subject Country> -m <metadata file>
                               Create a new toop request message using the provided data and send it to the /from-dc endpoint
                               if the options -i and -c are provided, then they override the DataSubjectIdentifier
                               and DataSubjectCountry values in the metadata file.
                               The option '-m' is optional and if it is absent, the default metadata.txt file
                               is used.
                               For the details of the metadata file, please read the README.

  send-dp-response -new -i <Data Subject Identifier> -c <Data Subject Country> -m <metadata file>
                               Create a new toop response message using the provided data and send it to the /from-dp endpoint
                               if the options -i and -c are provided, then they override the DataSubjectIdentifier
                               and DataSubjectCountry values in the metadata file.
                               The option '-m' is optional and if it is absent, the default metadata.txt file
                               is used.
                               For the details of the metadata file, please read the README.

  search-dp-by-country -t      Check the availability of the "/search-dp-by-country" endpoint of the configured connector.

  search-dp-by-country -c <COUNTRY_CODE> -d <docType> [-raw]
                               Send an id-query to the toop directory via the configured toop-connector. The option "-raw"
                               causes the raw query result to be displayed


  search-dp-by-dptype -d dpType [-raw]
                               Send a query for the list of Data Providers with the provided `dpType`. The option "-raw"
                               causes the raw query result to be displayed

  quit                         exit toop-commander
