This article helps in determining the information of the client revisions w.r.t. the code fixes or any changes that are implemented and released within 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 provide 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.