github.com/imran-kn/cilium-fork@v1.6.9/Documentation/cmdref/cilium_debuginfo.md (about) 1 <!-- This file was autogenerated via cilium cmdref, do not edit manually--> 2 3 ## cilium debuginfo 4 5 Request available debugging information from agent 6 7 ### Synopsis 8 9 Request available debugging information from agent 10 11 ``` 12 cilium debuginfo [flags] 13 ``` 14 15 ### Options 16 17 ``` 18 -f, --file Redirect output to file(s) 19 --file-per-command Generate a single file per command 20 -h, --help help for debuginfo 21 --output strings markdown| html| json| jsonpath='{}' 22 --output-directory string directory for files (if specified will use directory in which this command was ran) 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --config string config file (default is $HOME/.cilium.yaml) 29 -D, --debug Enable debug messages 30 -H, --host string URI to server-side API 31 ``` 32 33 ### SEE ALSO 34 35 * [cilium](../cilium) - CLI 36