How to determine client revision level for snapshots

This article helps in determining the information of the client revisions with respect to the code fixes or any changes that are implemented and released in a snapshot.

Instructions

  • Use the getClientInfo action with the outputFormat parameter to get the details of the client build date and the client build revision of a snapshot as shown below:
--action getClientInfo --outputFormat 2

  • The debug logs will automatically provide the client information at the top of the logs.
  • The 2 fields Client build date and Client build revision provides the date reference and the exact revision within the ACLI repository, which gives a clear idea about the changes that are included in the code when the command is being executed and more specifically if the code contains any specific fix.