mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
Create get-installed-homebrew-packages.md (#557)
Add Get installed homebrew packages to /handbook/queries.
This commit is contained in:
parent
ee580bf811
commit
29b67181e9
16
handbook/queries/get-installed-homebrew-packages.md
Normal file
16
handbook/queries/get-installed-homebrew-packages.md
Normal file
@ -0,0 +1,16 @@
|
||||
# Get Homebrew Packages
|
||||
|
||||
Get the installed homebrew package database
|
||||
|
||||
### Support
|
||||
macOS
|
||||
|
||||
### Query
|
||||
```sql
|
||||
SELECT * FROM homebrew_packages;
|
||||
```
|
||||
### Purpose
|
||||
Informational
|
||||
|
||||
### Remediation
|
||||
N/A
|
Loading…
Reference in New Issue
Block a user