github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_inspect_transaction.md (about) 1 ## pachctl inspect transaction 2 3 Print information about an open transaction. 4 5 ### Synopsis 6 7 Print information about an open transaction. 8 9 ``` 10 pachctl inspect transaction [<transaction>] [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --full-timestamps Return absolute timestamps (as opposed to the default, relative timestamps). 17 -h, --help help for transaction 18 --raw disable pretty printing, print raw json 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27