mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
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:
parent
b50e1939db
commit
e6dbdf3855
2 changed files with 2 additions and 0 deletions
|
|
@ -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`) |
|
||||
|
|
|
|||
Loading…
Reference in a new issue