Query all deployed packages
Retrieve all deployed packages from the environments and generate a summary CSV file:
bc DEPLOY GET /env=20,26 /t=deployOverview.csvMethod 1: The "Power Query" Way (Recommended)

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.
Second Option
With the following command you can query all packages deployed to an environment.
Last updated