UNPKG
osquery-fleetctl
Version:
latest (3.5.1)
3.5.1
3.5.0
3.4.0
3.3.0
0.0.4
0.0.3
0.0.2
0.0.1
Installer for the fleetctl CLI tool
fleetdm.com
fleetdm/fleet
osquery-fleetctl
/
install.js
6 lines
(3 loc)
•
74 B
JavaScript
View Raw
1
2
3
4
5
6
#!/usr/bin/env node
const
{ install } =
require
(
'./binary'
);
install
();