it2 profile property set
Set a profile property
Synopsis
it2 profile property set <profile-name> <property-key> <value>
Description
Set a single profile property. Common properties:
Name - Profile name
Badge Text - Badge to display
Background Color - Background color (RGB object)
Foreground Color - Text color (RGB object)
Bold Color - Bold text color (RGB object)
Use Bold Font - Enable bold fonts (true/false)
Blur - Background blur (true/false)
Transparency - Window transparency (0.0-1.0)
The value will be parsed as JSON if it looks like JSON, otherwise treated as a string.
Options inherited from parent commands
-
--format(default "text") - Output format (text, json, yaml) - affects how command results are displayed
-
--timeout - Timeout for API operations - how long to wait for iTerm2 to respond
-
--url - WebSocket URL for iTerm2 API - typically ws://localhost:1912 for local iTerm2
See Also
- it2 profile property - Manage profile properties
- it2 profile property get - Get a specific profile property
- it2 profile property list - List all properties for a profile