Versions in this module Expand all Collapse all v0 v0.1.0 Apr 9, 2026 Changes in this version + func Execute(args []string) (err error) + func VersionString() string + type AuthCmd struct + Remove AuthRemoveCmd + SetKey AuthSetKeyCmd + Status AuthStatusCmd + type AuthRemoveCmd struct + func (cmd *AuthRemoveCmd) Run(ctx context.Context) error + type AuthSetKeyCmd struct + Key string + Stdin bool + func (cmd *AuthSetKeyCmd) Run(ctx context.Context) error + type AuthStatusCmd struct + func (cmd *AuthStatusCmd) Run(ctx context.Context) error + type CLI struct + Auth AuthCmd + Devices DevicesCmd + Hosts HostsCmd + ISPMetrics ISPMetricsCmd + Sites SitesCmd + Version kong.VersionFlag + VersionCmd VersionCmd + type DevicesCmd struct + List DevicesListCmd + type DevicesListCmd struct + Host string + PageSize int + func (cmd *DevicesListCmd) Run(ctx context.Context) error + type ExitError struct + Code int + Err error + func (e *ExitError) Error() string + func (e *ExitError) Unwrap() error + type HostsCmd struct + Get HostsGetCmd + List HostsListCmd + type HostsGetCmd struct + ID string + func (cmd *HostsGetCmd) Run(ctx context.Context) error + type HostsListCmd struct + PageSize int + func (cmd *HostsListCmd) Run(ctx context.Context) error + type ISPMetricsCmd struct + Get ISPMetricsGetCmd + type ISPMetricsGetCmd struct + Begin string + Duration string + End string + Type string + func (cmd *ISPMetricsGetCmd) Run(ctx context.Context) error + type RootFlags struct + Color string + Force bool + JSON bool + NoInput bool + Plain bool + Verbose bool + type SitesCmd struct + List SitesListCmd + type SitesListCmd struct + PageSize int + func (cmd *SitesListCmd) Run(ctx context.Context) error + type VersionCmd struct + func (cmd *VersionCmd) Run(ctx context.Context) error