it2 session profile list

List all profile properties for a session

Synopsis

it2 session profile list [<session-id>]

Description

List all profile properties for a session's profile copy.

If no session-id is provided, uses $ITERM_SESSION_ID environment variable.

This shows all properties set in the session's profile, including defaults
from the underlying profile template.

Examples:
it2 session profile list
it2 session profile list sess_123
it2 session profile list --format json

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