From 8c2bd476afc153fc0fb18f387057754d097be6b0 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Tue, 14 Mar 2023 11:54:41 -0300 Subject: [PATCH] add download link to fleetctl docs (#10464) --- docs/Using-Fleet/fleetctl-CLI.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Using-Fleet/fleetctl-CLI.md b/docs/Using-Fleet/fleetctl-CLI.md index a81696ffd6..8c42a1ceec 100644 --- a/docs/Using-Fleet/fleetctl-CLI.md +++ b/docs/Using-Fleet/fleetctl-CLI.md @@ -23,6 +23,8 @@ Fleetctl (pronounced "Fleet control") is a CLI tool for managing Fleet from the Fleetctl also provides a quick way to work with all the data exposed by Fleet without having to use the Fleet UI or work directly with the Fleet API. +You can find and download the latest version of `fleetctl` in [GitHub](https://github.com/fleetdm/fleet/releases). + ## Using fleetctl 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.