brew-{update,upgrade,list,outdated,search}: add page (#11389)

* brew-update: add page

* brew-upgrade: add page

* brew-list: add page

* brew-outdated: add page

* brew-search: add page
This commit is contained in:
Lena
2023-11-05 18:37:22 +01:00
committed by K.B.Dharun Krishna
parent 29bb3b90fb
commit bf375279fc
5 changed files with 90 additions and 0 deletions

24
pages/common/brew-list.md Normal file
View File

@@ -0,0 +1,24 @@
# brew list
> List installed formulae/casks or their files.
> More information: <https://docs.brew.sh/Manpage#list-ls-options-installed_formulainstalled_cask->.
- List all installed formulae and casks:
`brew list`
- List files belonging to an installed formula:
`brew list {{formula}}`
- List artifacts of a cask:
`brew list {{cask}}`
- List only formulae:
`brew list --formula`
- List only casks:
`brew list --cask`