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`) |