#882841 please implement option for terse simulation output

Package:
apt
Source:
apt
Description:
commandline package manager
Submitter:
Marc Haber
Date:
2017-11-27 08:45:05 UTC
Severity:
wishlist
#882841#5
Date:
2017-11-27 08:43:37 UTC
From:
To:
Hi,

I would love to have in my .bash_profile a call to apt which just prints
terse output about pending upgrades. I currently have:

apt-get -o "APT::Get::Show-User-Simulation-Note=no" --quiet --just-print upgrade | grep -vE '^(Reading|Building|Calculating|Inst|Conf) '

and would like to get rid of the -o and the grep.

Can I turn off apt's "apt does not have a stable CLI interface" warning
via an option?

Greetings
Marc