Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article helps in determining the information of the client revisions w.r.t. with respect to the code fixes or any changes that are implemented and released within 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:
Code Block
themeMidnight
--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 provide provides the date reference and the exact revision within the acli 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.

...