Goal: generate a snapshot from ArcGIS Pro, then query it locally so an AI (or you) can answer real questions without guessing.
pip install arcgispro-cli
arcgispro install- Open your project (.aprx)
- Go to the CLI ribbon tab
- Click Snapshot
This writes a set of flat files into an export folder.
arcgispro statusIf anything is missing, ArcGIS Pro may need to be open with the project loaded, then click Snapshot again.
arcgispro project
arcgispro maps
arcgispro layers
arcgispro layer "Parcels"
arcgispro fields "Parcels"arcgispro clean(Deletes generated export files only, not your .aprx.)