Skip to content
Discussion options

You must be logged in to vote

Is there any functionality built in or otherwise to list installed casks with the auto_updates & version: latest flags?

Not built-in, but easily queried with the help of jq:

brew info --json=v2 --cask $(brew ls --cask) | jq -r '.casks[] | select(.version=="latest" or .auto_updates) | .token'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zawhoosh
Comment options

Answer selected by p-linnane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants