it2 badge clear

Clear the badge for a session

Synopsis

it2 badge clear <session-id> [flags]

Description

Clear the badge for a session, removing any previously set text.

Examples:
it2 badge clear session123
it2 badge clear $(it2 session list --format json | jq -r '.[0].id')

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