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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. 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/docs/using-fleet/fleetctl-cli) or `fleetctl --help` for usage instructions.
13
+ See the [fleetctl documentation](https://fleetdm.com/guides/fleetctl) or `fleetctl --help` for usage instructions.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetctl",
3
- "version": "v4.57.3",
3
+ "version": "v4.59.0",
4
4
  "description": "Installer for the fleetctl CLI tool",
5
5
  "bin": {
6
6
  "fleetctl": "./run.js"