doc: use mender show-artifact to query Mender artifact name

Mender client 3.5.2 does not use the file /etc/mender/artifact_info
anymore. Use the officially recommended command to query the
Mender artifact name instead:

    mender show-artifact
This commit is contained in:
Joerg Hofrichter 2024-09-05 15:28:38 +02:00 committed by joergho
parent 97d108b6f9
commit 3db83a4039
3 changed files with 9 additions and 9 deletions

View file

@ -661,10 +661,10 @@ the boot loader knows to permanently boot into this partition:
$ mender commit
To identify the currently installed Mender artifact from the command line, the
following file can be queried:
To identify the currently installed Mender artifact from the command line, run
the following command:
$ cat /etc/mender/artifact_info
$ mender show-artifact
If you are running a hosted server, the updates can be initiated from a web
dashboard. From there, you can start the updates without having to log into the

View file

@ -597,10 +597,10 @@ the boot loader knows to permanently boot into this partition:
$ mender commit
To identify the currently installed Mender artifact from the command line, the
following file can be queried:
To identify the currently installed Mender artifact from the command line, run
the following command:
$ cat /etc/mender/artifact_info
$ mender show-artifact
If you are running a hosted server, the updates can be initiated from a web
dashboard. From there, you can start the updates without having to log into the

View file

@ -722,10 +722,10 @@ the boot loader knows to permanently boot into this partition:
$ mender commit
To identify the currently installed Mender artifact from the command line, the
following file can be queried:
To identify the currently installed Mender artifact from the command line, run
the following command:
$ cat /etc/mender/artifact_info
$ mender show-artifact
If you are running a hosted server, the updates can be initiated from a web
dashboard. From there, you can start the updates without having to log into the