Documentation
¶
Overview ¶
Package auth handles commands related to authentication via the CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LoginCmd ¶
type LogoutCmd ¶
type StatusCmd ¶ added in v3.30.0
type StatusCmd struct {
output.OutputFlags
}
type StatusOutput ¶ added in v3.30.0
type StatusOutput struct {
OrganizationSlug string `json:"organization_slug"`
Token buildkite.AccessToken `json:"token"`
}
func (StatusOutput) TextOutput ¶ added in v3.30.0
func (w StatusOutput) TextOutput() string
Click to show internal directories.
Click to hide internal directories.