it2 variable
Manage iTerm2 variables
Description
Commands for getting, setting, listing, monitoring, and managing iTerm2 variables
Commands
- it2 variable delete - Delete/unset a variable
- it2 variable export - Export variables to JSON
- it2 variable get - Get value of a variable
- it2 variable import - Import variables from JSON file
- it2 variable list - List variables
- it2 variable monitor - Monitor variable changes in real-time
- it2 variable set - Set value of a variable
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 - iTerm2 API Command-Line Interface