mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update Fleetctl docs and fix typo (#6473)
- Use consistent "osquery installer" and "Fleet UI" language
This commit is contained in:
parent
c2169925e7
commit
31c3937d7f
1 changed files with 2 additions and 2 deletions
|
|
@ -26,11 +26,11 @@ Fleetctl also provides a quick way to work with all the data exposed by Fleet wi
|
|||
|
||||
## Using fleetctl
|
||||
|
||||
You can use `fleetctl` to accomplish many tasks you would typically need to do through the UI(User Interface). You can even set up or apply configuration files to the Fleet server.
|
||||
You can use `fleetctl` to accomplish many tasks you would typically need to do through the Fleet UI. You can even set up or apply configuration files to the Fleet server.
|
||||
|
||||
### Available commands
|
||||
|
||||
Much of the functionality available in the Fleet UI is also available in `fleetctl`. You can run queries, add and remove users, generate install packages to add new hosts, get information about existing hosts, and more! The following commands are available for use with `fleetctl`:
|
||||
Much of the functionality available in the Fleet UI is also available in `fleetctl`. You can run queries, add and remove users, generate osquery installers to add new hosts, get information about existing hosts, and more! The following commands are available for use with `fleetctl`:
|
||||
|
||||
| Command | Description |
|
||||
|:---------------------------|:-------------------------------------------------------------------|
|
||||
|
|
|
|||
Loading…
Reference in a new issue