it2 profile shell-integration enable

Enable automatic shell integration for a profile

Synopsis

it2 profile shell-integration enable [profile-name] [flags]

Description

Enable automatic shell integration loading for a profile.

When enabled, new sessions using this profile will automatically load
shell integration when the shell starts.

Note: This only affects new sessions. For existing sessions, you need to
manually install shell integration or restart the session.

Examples:

Enable for current session's profile

$ it2 profile shell-integration enable

Enable for specific profile

$ it2 profile shell-integration enable "My Profile"

Options

--format (default "table")

Output format (table|json|yaml|text)

--timeout (default "5s")

Command timeout

--url (default "ws://localhost:1912")

iTerm2 WebSocket URL

See Also