fleetctl 4.17.0 → 4.19.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 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
[](https://fleetdm.com)
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
Use the `fleetctl` CLI to interact with a Fleet server and manage connected osquery agents. Have a look at the [Fleet README](https://github.com/fleetdm/fleet#readme) for more information.
|
|
3
|
+
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.
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
From the command line, install `fleetctl` with `npm install -g fleetctl`.
|
|
10
8
|
|
|
11
9
|
## Usage
|
|
12
10
|
|
|
13
|
-
See the [fleetctl documentation](https://fleetdm.com/docs/using-fleet/fleetctl-CLI) or `fleetctl --help` for usage instructions.
|
|
11
|
+
See the [fleetctl documentation](https://fleetdm.com/docs/using-fleet/fleetctl-CLI) or `fleetctl --help` for usage instructions.
|