From e6dbdf38554ae5252f220ce986bd877bc3e13f10 Mon Sep 17 00:00:00 2001 From: Roberto Dip Date: Wed, 30 Aug 2023 10:34:45 -0300 Subject: [PATCH] document script execution flags (#13577) docs for https://github.com/fleetdm/fleet/issues/13304 and it's sibling PR: https://github.com/fleetdm/fleet/pull/13564 --- docs/Using Fleet/enroll-hosts.md | 1 + docs/Using Fleet/fleetd.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/Using Fleet/enroll-hosts.md b/docs/Using Fleet/enroll-hosts.md index 39c4c1d492..c415325cae 100644 --- a/docs/Using Fleet/enroll-hosts.md +++ b/docs/Using Fleet/enroll-hosts.md @@ -138,6 +138,7 @@ The following command-line flags allow you to configure an osquery installer fur | --update-url | URL for update server (default: `https://tuf.fleetctl.com`) | | --update-roots | Root key JSON metadata for update server (from fleetctl updates roots) | | --use-system-configuration | Try to read --fleet-url and --enroll-secret using configuration in the host (currently only macOS profiles are supported) | +| --enable-scripts | Enable script execution (default: `false`) | | --debug | Enable debug logging (default: `false`) | | --verbose | Log detailed information when building the package (default: false) | | --help, -h | show help (default: `false`) | diff --git a/docs/Using Fleet/fleetd.md b/docs/Using Fleet/fleetd.md index 71c38f80c8..04cea6f44a 100644 --- a/docs/Using Fleet/fleetd.md +++ b/docs/Using Fleet/fleetd.md @@ -147,6 +147,7 @@ The following command-line flags allow you to configure an osquery installer fur | --update-url | URL for update server (default: `https://tuf.fleetctl.com`) | | --update-roots | Root key JSON metadata for update server (from fleetctl updates roots) | | --use-system-configuration | Try to read --fleet-url and --enroll-secret using configuration in the host (currently only macOS profiles are supported) | +| --enable-scripts | Enable script execution (default: `false`) | | --debug | Enable debug logging (default: `false`) | | --verbose | Log detailed information when building the package (default: false) | | --help, -h | show help (default: `false`) |