mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
19 lines
421 B
YAML
19 lines
421 B
YAML
name: npm_packages
|
|
columns:
|
|
- name: pid_with_namespace
|
|
platforms:
|
|
- linux
|
|
- name: mount_namespace_id
|
|
platforms:
|
|
- linux
|
|
examples: >-
|
|
List the author, description and more information about packages made by Fleet. Replace the
|
|
homepage with any other distributor desired.
|
|
|
|
```
|
|
|
|
SELECT author, description, directory, version FROM npm_packages WHERE homepage='https://fleetdm.com';
|
|
|
|
```
|
|
|