Skip to end of banner
Go to start of banner

How to determine client revision level for snapshots

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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.
  • No labels