github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_version.md (about) 1 ## pachctl version 2 3 Print Pachyderm version information. 4 5 ### Synopsis 6 7 Print Pachyderm version information. 8 9 ``` 10 pachctl version [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --client-only If set, only print pachctl's version, but don't make any RPCs to pachd. Useful if pachd is unavailable 17 -h, --help help for version 18 --raw disable pretty printing, print raw json 19 --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") 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --no-color Turn off colors. 26 -v, --verbose Output verbose logs 27 ``` 28