Query all deployed packages
bc DEPLOY GET /env=20,26 /t=deployOverview.csvMethod 1: The "Power Query" Way (Recommended)

Second Option
Last updated
Get packages from the provides environments and create a deployment status on all environments:
bc DEPLOY GET /env=20,26 /t=deployOverview.csv
This is the most robust method in modern Excel (2016 and later).
Open Excel and go to the Data tab.
Click Get Data > From File > From Text/CSV.
Select your file and click Import.
A preview window will appear. Excel usually auto-detects the headers.
If it doesn't, click Transform Data.
In the Power Query editor that opens, go to the Home tab and click Use First Row as Headers.
Click Close & Load.
With the following command you can query all packages deployed to an environment.
Last updated
bc DEPLOY GET /env=Cloud;Local /t=deployedPackages.csv