Documentation ¶ Index ¶ type LoginCmd func (c *LoginCmd) Help() string func (c *LoginCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error type LogoutCmd func (c *LogoutCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type LoginCmd ¶ type LoginCmd struct { Scopes string `help:"OAuth scopes to request" default:""` } func (*LoginCmd) Help ¶ func (c *LoginCmd) Help() string func (*LoginCmd) Run ¶ func (c *LoginCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error type LogoutCmd ¶ type LogoutCmd struct { All bool `help:"Log out of all organizations" xor:"target"` Org string `help:"Organization slug (defaults to currently selected organization)" optional:"" xor:"target"` } func (*LogoutCmd) Run ¶ func (c *LogoutCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error Source Files ¶ View all Source files login.gologout.go Click to show internal directories. Click to hide internal directories.