mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
#21447 Validated based on looking through code. If I need to try running fleetctl with a bare OS to confirm these are all the packages we need in each case let me know. --------- Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
13 lines
673 B
Markdown
13 lines
673 B
Markdown

|
|
|
|
Use the `fleetctl` CLI to interact with Fleet, the lightweight telemetry platform for servers and workstations. Have a look at the [Fleet README](https://github.com/fleetdm/fleet#readme) for more information.
|
|
|
|
## Installation
|
|
|
|
From the command line, install `fleetctl` with `npm install -g fleetctl`.
|
|
|
|
See the [documentation on enrolling hosts](https://fleetdm.com/guides/enroll-hosts#cli) for additional requirements for using `fleetctl package`.
|
|
|
|
## Usage
|
|
|
|
See the [fleetctl documentation](https://fleetdm.com/guides/fleetctl) or `fleetctl --help` for usage instructions.
|