The id subcommand returns information about the
pies instance organized as key-value pairs. When invoked
without arguments, the following data are returned:
packageCanonical package name.
versionVersion of pies.
instanceInstance name (see instances).
binaryFull pathname of the pies executable file.
argvCommand line arguments supplied upon its startup.
PIDProcess ID.
For example:
$ piesctl id package: GNU Pies version: 1.9 instance: pies binary: /usr/sbin/pies argv: /usr/sbin/pies --config-file=/etc/pies/pies.conf PID: 15679
To request a subset of these data, give the items of interest as command line arguments:
$ piesctl id binary PID binary: /usr/sbin/pies PID: 15679