mirror of
https://github.com/fleetdm/fleet
synced 2026-05-14 12:38:41 +00:00
14 lines
240 B
YAML
14 lines
240 B
YAML
|
|
name: python_packages
|
||
|
|
examples: >-
|
||
|
|
List the versions of pip installed.
|
||
|
|
|
||
|
|
```
|
||
|
|
|
||
|
|
SELECT author, name, summary, version FROM python_packages WHERE name='pip';
|
||
|
|
|
||
|
|
```
|
||
|
|
columns:
|
||
|
|
- name: pid_with_namespace
|
||
|
|
platforms:
|
||
|
|
- linux
|