Pachctl version
pachctl version¶
Print Pachyderm version information.
Synopsis¶
Print Pachyderm version information.
pachctl version [flags]
Options¶
--client-only If set, only print pachctl's version, but don't make any RPCs to pachd. Useful if pachd is unavailable
-h, --help help for version
--raw disable pretty printing, print raw json
--timeout string If set, 'pachctl version' will timeout after the given duration (formatted as a golang time duration--a number followed by ns, us, ms, s, m, or h). If --client-only is set, this flag is ignored. If unset, pachctl will use a default timeout; if set to 0s, the call will never time out. (default "default")
Options inherited from parent commands¶
--no-color Turn off colors.
-v, --verbose Output verbose logs
Last update: January 5, 2021
Does this page need fixing? Edit me on GitHub