What's Changed
* Added commands to get a list of incidents and to get a forensic snapshot. by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/107
* Feature/incidents_forensic_snapshots by steven-deboer in https://github.com/PaloAltoNetworks/prismacloud-cli/pull/106
Example usage
`pc --columns _id,containername,type,category audits incidents`
<img width="1137" alt="image" src="https://user-images.githubusercontent.com/96180461/215103369-39f8965b-9bf4-4fd4-b9a1-af8faa70ca83.png">
`pc audits snapshot -i 63d24622a6a307f01df52a43`
<img width="1180" alt="image" src="https://user-images.githubusercontent.com/96180461/215103329-8d433719-201f-490e-85bb-3ea9a350cad6.png">
`pc -o clipboard audits snapshot -i 63d24622a6a307f01df52a43`
Paste the copied data:
![image](https://user-images.githubusercontent.com/96180461/215104217-bdc2d4d1-d8ad-4b7e-ba3e-bf42f74f9928.png)
**Full Changelog**: https://github.com/PaloAltoNetworks/prismacloud-cli/compare/v0.6.5...v0.6.6