Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WhoAmICmd ¶
type WhoAmICmd struct {
Output string `help:"Output format. One of: json, yaml, text" short:"o" default:"${output_default_format}" enum:",json,yaml,text"`
}
type WhoAmIOutput ¶
type WhoAmIOutput struct {
OrganizationSlug string `json:"organization_slug"`
Token buildkite.AccessToken `json:"token"`
}
func (WhoAmIOutput) TextOutput ¶
func (w WhoAmIOutput) TextOutput() string
Click to show internal directories.
Click to hide internal directories.