fleetctl 4.57.3 → 4.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,8 @@ Use the `fleetctl` CLI to interact with Fleet, the lightweight telemetry platfor
|
|
|
6
6
|
|
|
7
7
|
From the command line, install `fleetctl` with `npm install -g fleetctl`.
|
|
8
8
|
|
|
9
|
+
See the [documentation on enrolling hosts](https://fleetdm.com/guides/enroll-hosts#cli) for additional requirements for using `fleetctl package`.
|
|
10
|
+
|
|
9
11
|
## Usage
|
|
10
12
|
|
|
11
|
-
See the [fleetctl documentation](https://fleetdm.com/
|
|
13
|
+
See the [fleetctl documentation](https://fleetdm.com/guides/fleetctl) or `fleetctl --help` for usage instructions.
|