You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: The `--managedByEmail` parameter is optional but recommended
44
44
@@ -72,7 +72,7 @@ All installation scripts support the same command-line options:
72
72
|--------|-------------|
73
73
|`--help`| Display usage information and help text |
74
74
|`--managedByEmail <email>`| Optional but recommended. Admin email who manages AI policy. Can be used in your Phoenix managed AI dashboard to selectively enable features and manage usage quotas |
75
-
|`--allowedUsers <user1,user2,...>`| Comma-separated list of usernames allowed to use AI even when disabled for others |
75
+
|`--allowedUsers "<user1,user2,...>"`| Comma-separated list of usernames allowed to use AI even when disabled for others. **IMPORTANT:** Always enclose the list in quotes to prevent parsing errors|
76
76
|`--disableAI`| If present, AI will be disabled by default for all users except those specified in `allowedUsers`|
77
77
78
78
### Example Usage
@@ -81,15 +81,17 @@ All installation scripts support the same command-line options:
> **Note:** Always replace `[email protected]` with an actual administrator email address. The scripts will detect and reject placeholder email addresses.
92
92
93
+
> **IMPORTANT:** When specifying multiple users with `--allowedUsers`, always enclose the comma-separated list in quotes (`"alice,bob"`) to prevent parsing errors on all platforms.
94
+
93
95
### Configuration File Locations
94
96
95
97
The scripts create configuration files in the following system-wide locations:
0 commit comments