github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/Documentation/subcommands/cat-manifest.md (about) 1 # rkt cat-manifest 2 3 For debugging or inspection you may want to extract the PodManifest to stdout. 4 5 ``` 6 # rkt cat-manifest UUID 7 { 8 "acVersion":"0.8.11", 9 "acKind":"PodManifest" 10 ... 11 ``` 12 13 ## Options 14 15 | Flag | Default | Options | Description | 16 | --- | --- | --- | --- | 17 | `--pretty-print` | `true` | `true` or `false` | Apply indent to format the output | 18 19 ## Global options 20 21 See the table with [global options in general commands documentation][global-options]. 22 23 24 [global-options]: ../commands.md#global-options