mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Add disclaimer about setting FLEET_DEV_MDM_ENABLED (#10315)
- Required feature flag for MDM beta
This commit is contained in:
parent
765c8754b6
commit
182846a686
1 changed files with 2 additions and 0 deletions
|
|
@ -140,6 +140,8 @@ In Fleet, you can add configuration profiles using the Fleet UI or fleetctl comm
|
|||
|
||||
The Fleet UI method is a good start if you're just getting familiar with Fleet.
|
||||
|
||||
> During our MDM beta, you must set the environment variable `FLEET_DEV_MDM_ENABLED=1` and restart your Fleet server to reveal the MDM features in the UI.
|
||||
|
||||
The fleetctl CLI method enables managing configuration profiles in a git repository. This way you can enforce code review and benefit from git's change history.
|
||||
|
||||
Fleet UI:
|
||||
|
|
|
|||
Loading…
Reference in a new issue