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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,13 +1,11 @@
1
1
  [![banner-fleet-cloud-city](https://user-images.githubusercontent.com/618009/98254443-eaf21100-1f41-11eb-9e2c-63a0545601f3.jpg)](https://fleetdm.com)
2
2
 
3
- This is an installer for the `fleetctl` CLI tool.
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
- Simply install `fleetctl` with `npm install -g fleetctl`.
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fleetctl",
3
- "version": "v4.17.0",
3
+ "version": "v4.19.0",
4
4
  "description": "Installer for the fleetctl CLI tool",
5
5
  "bin": {
6
6
  "fleetctl": "./run.js"
@@ -24,4 +24,4 @@
24
24
  "osquery",
25
25
  "security"
26
26
  ]
27
- }
27
+ }