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
This commit is contained in:
@@ -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`) |
|
||||
|
||||
@@ -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`) |
|
||||
|
||||
Reference in New Issue
Block a user