Versions in this module Expand all Collapse all v0 v0.2.0 Jun 12, 2026 Changes in this version + func NewCmdAuth(inv *cmd.Invocation) *cmd.Command + func NewCmdLogin(inv *cmd.Invocation) *cmd.Command + func NewCmdStatus(inv *cmd.Invocation) *cmd.Command + type LoginOpts struct + DryRun bool + IO iostreams.IOStreams + Name string + OpenBrowser func(url string) error + Output *format.Outputter + Profile *profile.Profile + Token bool + type StatusOpts struct + APIClient *client.Client + IO iostreams.IOStreams + Output *format.Outputter + Profile *profile.Profile + type StatusResult struct + Active bool + ExpiresAt *time.Time + Hostname string + TokenType string + Username string