it2 profile export
Export profile settings
Synopsis
it2 profile export <profile-name> [--file filename] [flags]
Description
Export a profile's settings to JSON format.
If --file is specified, the output will be written to that file.
Otherwise, the output will be printed to stdout.
Options
-
--file - Output file (if not specified, prints to stdout)
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 - Manage iTerm2 profiles