Versions in this module Expand all Collapse all v0 v0.14.2 Jun 24, 2026 Changes in this version + var ErrCommandCanceled = errors.New("command canceled") + func GetLoginByEnvVar() *config.Login + func MatchLogins(remoteURL string, logins []config.Login) (*config.Login, string, error) + type CtxRequirement struct + Global bool + LocalRepo bool + Org bool + RemoteRepo bool + type TeaContext struct + IsGlobal bool + LocalRepo *git.TeaRepo + Login *config.Login + Org string + Output string + Owner string + Repo string + RepoSlug string + func InitCommand(cmd *cli.Command) (*TeaContext, error) + func (ctx *TeaContext) Ensure(req CtxRequirement) error + func (ctx *TeaContext) GetRemoteRepoHTMLURL() (string, error) + func (ctx *TeaContext) IsInteractiveMode() bool