Provided by: flatpak_1.0.9-0ubuntu0.4_amd64 

NAME
flatpak-ps - Enumerate running instances
SYNOPSIS
flatpak ps [OPTION...]
DESCRIPTION
Lists useful information about running Flatpak instances.
To see full details of a running instance, you can open the file /run/user/$UID/.flatpak/$INSTANCE/info,
where $INSTANCE is the instance ID reported by flatpak ps.
OPTIONS
The following options are understood:
-h, --help
Show help options and exit.
-v, --verbose
Print debug information during command processing.
--ostree-verbose
Print OSTree debug information during command processing.
--show-columns
Show the available values for the --columns option.
--columns=FIELD,...
Specify what information to show about each instance. You can list multiple fields, or use this
option multiple times.
FIELDS
The following fields are understood by the --columns option:
application
Show the application ID
arch
Show the architecture
branch
Show the application branch
commit
Show the application commit
runtime
Show the runtime ID
runtime-branch
Show the runtime branch
runtime-commit
Show the runtime commit
pid
Show the PID of the wrapper process
child-pid
Show the PID of the sandbox process
all
Show all columns
help
Show the list of available columns
Note that field names can be abbreviated to a unique prefix.
EXAMPLES
$ flatpak ps --columns=application,pid,runtime,runtime-branch
SEE ALSO
flatpak(1), flatpak-run(1)
flatpak FLATPAK PS(1)