# Details of my current update

**URL:** https://hub.mender.io/t/details-of-my-current-update/2439
**Category:** General Discussions
**Created:** [September 13, 2020, 3:37pm UTC](https://hub.mender.io/t/details-of-my-current-update/2439 "2020-09-13T15:37:21Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![SamanRatna](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@SamanRatna](https://hub.mender.io/u/SamanRatna)
#### Post date: [September 13, 2020, 3:37pm UTC](https://hub.mender.io/t/details-of-my-current-update/2439/1 "2020-09-13T15:37:21Z")

</div>

How do I know which update I am currently running on my device? And what are the additional details about any update that is recent deployed?

Thanks in advance.

---

<div class="post-metadata">

### Author: ![dellgreen](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/dellgreen/32/85_2.png) [@dellgreen](https://hub.mender.io/u/dellgreen)
#### Post date: [September 13, 2020, 6:07pm UTC](https://hub.mender.io/t/details-of-my-current-update/2439/2 "2020-09-13T18:07:30Z")

</div>

The devices section of the mender server should show you what version of system software you are currently running on each device.

On the client side, i believe the installed artifact name/version is stored in a file locally, and there is a mender client command line option to get the current installed artifact name.

---

<div class="post-metadata">

### Author: ![SamanRatna](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@SamanRatna](https://hub.mender.io/u/SamanRatna)
#### Post date: [September 14, 2020, 3:48am UTC](https://hub.mender.io/t/details-of-my-current-update/2439/3 "2020-09-14T03:48:46Z")

</div>

I did find artifact\_info file inside /etc/mender directory but the artifact\_name is always ‘unknown’. I made sure that I have an $ARTIFACT\_NAME while using artifact generator command to create a .mender artifact.

Is there another location for the artifact\_info ?

---

<div class="post-metadata">

### Author: ![kacf](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/kacf/32/146_2.png) [@kacf](https://hub.mender.io/u/kacf)
#### Post date: [September 14, 2020, 6:54am UTC](https://hub.mender.io/t/details-of-my-current-update/2439/4 "2020-09-14T06:54:08Z")

</div>

You can run `mender -show-artifact` to show which Artifact is installed. The `artifact_info` file is deprecated.

---

<div class="post-metadata">

### Author: ![SamanRatna](https://avatars.discourse-cdn.com/v4/letter/s/6a8cbe/32.png) [@SamanRatna](https://hub.mender.io/u/SamanRatna)
#### Post date: [September 14, 2020, 7:08am UTC](https://hub.mender.io/t/details-of-my-current-update/2439/5 "2020-09-14T07:08:22Z")

</div>

I would like to use the artifact\_name for some use case. How do I extract the name ?

And where do I find those things that aren’t in the documentation?

---

<div class="post-metadata">

### Author: ![drewmoseley](https://yyz2.discourse-cdn.com/flex036/user_avatar/hub.mender.io/drewmoseley/32/47_2.png) [@drewmoseley](https://hub.mender.io/u/drewmoseley)
#### Post date: [September 14, 2020, 8:54pm UTC](https://hub.mender.io/t/details-of-my-current-update/2439/6 "2020-09-14T20:54:40Z")

</div>

The command `mender -show-artifact` will print it for you.
