fleetctl 4.7.0 → 4.10.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 CHANGED
@@ -10,4 +10,4 @@ Simply install `fleetctl` with `npm install -g fleetctl`.
10
10
 
11
11
  ## Usage
12
12
 
13
- See the [fleetctl documentation](https://github.com/fleetdm/fleet/blob/main/docs/01-Using-Fleet/02-fleetctl-CLI.md) or `fleetctl --help` for usage instructions.
13
+ See the [fleetctl documentation](https://fleetdm.com/docs/using-fleet/fleetctl-CLI) or `fleetctl --help` for usage instructions.
package/fleet-osquery.pkg CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetctl",
3
- "version": "v4.7.0",
3
+ "version": "v4.10.0",
4
4
  "description": "Installer for the fleetctl CLI tool",
5
5
  "bin": {
6
6
  "fleetctl": "./run.js"
@@ -20,8 +20,5 @@
20
20
  "rimraf": "3.0.2",
21
21
  "tar": "^6.1.9"
22
22
  },
23
- "keywords": [
24
- "osquery",
25
- "security"
26
- ]
23
+ "keywords": ["osquery", "security"]
27
24
  }