---
title: "How to determine client revision level for snapshots"
canonical: "https://support.appfire.com/space/SUPPORT/89143743/How%20to%20determine%20client%20revision%20level%20for%20snapshots"
format: markdown
---
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](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70783895) action with the [outputFormat](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70789869) 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
```

![image](media://a466b84a-9999-4ecf-98ce-8fb9ecc1ee0c)

- 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.