Versions in this module Expand all Collapse all v0 v0.1.0 Jul 17, 2026 Changes in this version + var ErrProfileExists = errors.New("profile already exists") + var ErrProfileNotFound = errors.New("profile not found") + func Delete(name string) error + func Dir() (string, error) + func ProfilePath(name string) (string, error) + func ValidateProfileName(name string) error + func Write(name string, token Token, force bool) error + type Token struct + APIURL string + AgentName string + CreatedAt string + CreatedByEmail string + Team string + TeamSlug string + Token string + func Read(name string) (Token, error)