Versions in this module Expand all Collapse all v0 v0.2.0 May 8, 2026 Changes in this version type App + Version string type CLI + Completion kongcompletion.Completion + VersionFlag kong.VersionFlag + Whoami WhoamiCmd + type VersionCmd struct + func (c *VersionCmd) Run(app *App) error + type WhoamiCmd struct + func (c *WhoamiCmd) Run(app *App) error v0.1.0 May 8, 2026 Changes in this version + type AgentsCmd struct + func (c *AgentsCmd) Run(app *App) error + type App struct + Client *sdk.Client + Config *config.Config + Printer *output.Printer + func NewApp(cli *CLI, skipAuth bool) (*App, error) + type AuthCmd struct + Login AuthLoginCmd + Logout AuthLogoutCmd + Status AuthStatusCmd + type AuthLoginCmd struct + func (c *AuthLoginCmd) Run(app *App) error + type AuthLogoutCmd struct + func (c *AuthLogoutCmd) Run(app *App) error + type AuthStatusCmd struct + func (c *AuthStatusCmd) Run(app *App) error + type CLI struct + Account int + Agents AgentsCmd + Auth AuthCmd + Config ConfigCmd + Contact ContactCmd + Contacts ContactsCmd + Conv ConvCmd + Convs ConvsCmd + Inbox InboxCmd + Inboxes InboxesCmd + InstallCompletions kongplete.InstallCompletions + Labels LabelsCmd + Me MeCmd + NoColor bool + Output string + Quiet bool + Teams TeamsCmd + Verbose bool + Version kong.VersionFlag + type ConfigCmd struct + Path ConfigPathCmd + View ConfigViewCmd + type ConfigPathCmd struct + func (c *ConfigPathCmd) Run(app *App) error + type ConfigViewCmd struct + func (c *ConfigViewCmd) Run(app *App) error + type ContactCmd struct + Conversations ContactConversationsCmd + View ContactViewCmd + type ContactConversationsCmd struct + ID int + func (c *ContactConversationsCmd) Run(app *App) error + type ContactViewCmd struct + ID int + func (c *ContactViewCmd) Run(app *App) error + type ContactsCmd struct + Page int + Search string + Sort string + func (c *ContactsCmd) Run(app *App) error + type ConvAssignCmd struct + Agent string + ID int + Team int + func (c *ConvAssignCmd) Run(app *App) error + type ConvCmd struct + Assign ConvAssignCmd + Label ConvLabelCmd + Messages ConvMessagesCmd + Open ConvOpenCmd + Pending ConvPendingCmd + Priority ConvPriorityCmd + Reply ConvReplyCmd + Resolve ConvResolveCmd + Snooze ConvSnoozeCmd + Unassign ConvUnassignCmd + View ConvViewCmd + type ConvLabelCmd struct + ID int + Labels []string + func (c *ConvLabelCmd) Run(app *App) error + type ConvMessagesCmd struct + After int + Before int + ID int + func (c *ConvMessagesCmd) Run(app *App) error + type ConvOpenCmd struct + ID int + func (c *ConvOpenCmd) Run(app *App) error + type ConvPendingCmd struct + ID int + func (c *ConvPendingCmd) Run(app *App) error + type ConvPriorityCmd struct + ID int + Level string + func (c *ConvPriorityCmd) Run(app *App) error + type ConvReplyCmd struct + ID int + Private bool + Text string + func (c *ConvReplyCmd) Run(app *App) error + type ConvResolveCmd struct + ID int + func (c *ConvResolveCmd) Run(app *App) error + type ConvSnoozeCmd struct + ID int + Until string + func (c *ConvSnoozeCmd) Run(app *App) error + type ConvUnassignCmd struct + ID int + func (c *ConvUnassignCmd) Run(app *App) error + type ConvViewCmd struct + ID int + func (c *ConvViewCmd) Run(app *App) error + type ConvsCmd struct + Assignee string + Inbox int + Label []string + Page int + Query string + Status string + Team int + func (c *ConvsCmd) Run(app *App) error + type InboxCmd struct + View InboxViewCmd + type InboxViewCmd struct + ID int + func (c *InboxViewCmd) Run(app *App) error + type InboxesCmd struct + func (c *InboxesCmd) Run(app *App) error + type LabelsCmd struct + func (c *LabelsCmd) Run(app *App) error + type MeCmd struct + func (c *MeCmd) Run(app *App) error + type TeamsCmd struct + func (c *TeamsCmd) Run(app *App) error