mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Documentation: Add clarity on MSI package creation command (#20724)
Feedback Row 10: Make it clear that the command should be run to generate install packages, not to enroll the device, Clarify that Windows can only generate an MSI package. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. -->
This commit is contained in:
parent
3f9b9fd555
commit
3ae4b3d94e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,9 +14,9 @@ Fleet supports the [latest version of osquery](https://github.com/osquery/osquer
|
|||
|
||||
> You must have `fleetctl` installed. [Learn how to install `fleetctl`](https://fleetdm.com/docs/using-fleet/fleetctl-cli#installing-fleetctl).
|
||||
|
||||
The `fleetctl package` command is used to generate Fleet's agent (fleetd).
|
||||
The `fleetctl package` command is used to generate Fleet's agent (fleetd) install package..
|
||||
|
||||
The `--type` flag is used to specify the fleetd installer type:
|
||||
The `--type` flag is used to specify the fleetd installer type. Note that Windows can only generate an MSI package:
|
||||
- macOS: .pkg
|
||||
- Windows: .msi
|
||||
- Linux: .deb or .rpm
|
||||
|
|
@ -39,7 +39,7 @@ To generate Fleet's agent (fleetd) in Fleet UI:
|
|||
|
||||
1. Go to the **Hosts** page, and select **Add hosts**.
|
||||
2. Select the tab for your desired platform (e.g. macOS).
|
||||
3. A CLI command with all necessary flags will be generated. Copy and run the command with [fleetctl](https://fleetdm.com/docs/using-fleet/fleetctl-cli) installed.
|
||||
3. A CLI command with all necessary flags to generate an install package will be generated. Copy and run the command with [fleetctl](https://fleetdm.com/docs/using-fleet/fleetctl-cli) installed.
|
||||
|
||||
### Enroll host to a specific team
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue