CRYPTEXCTL-VERSION(1) General Commands Manual CRYPTEXCTL-VERSION(1)

cryptexctl versionprint the version of a cryptex subsystem component

cryptexctl version version [COMPONENT]

Print the version of a cryptex subsystem component.

If no COMPONENT is specified, print information about the "cli" component (cryptexctl(1) itself).

List of components and their descriptions:

cli
The cryptexctl(1) tool.
library
The libcryptex(3) library against which cryptexctl(1) is linked.
daemon
The cryptexd(8) daemon cryptexctl(1) is currently communicating with.
mobile-device-framework
The MobileDevice framework against which cryptexctl(1) is linked.

Display version information about cryptexctl(1):

% cryptexctl version

Display version information about the libcryptex(3) library:

% cryptexctl version library

cryptexctl(1), libcryptex(3), cryptexd(8)

Introduced in macOS 11.0

June 8, 2020 Darwin