flag

package
v2.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddMember

type AddMember struct {
	*Team
	Owner bool `name:"owner" short:"o" usage:"Assign owner role to the member."`
}

type Alpha

type Alpha struct {
	*root.Flags
}

type Api

type Api struct {
	*Alpha
}

type ListMembers

type ListMembers struct {
	*Team
	Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}

type ListWorkloads

type ListWorkloads struct {
	*Team
	Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}

type Output

type Output string

func (*Output) AutoComplete

func (o *Output) AutoComplete(context.Context, []string, string, any) ([]string, string)

type Proxy

type Proxy struct {
	*Api
	ListenAddr string `name:"listen" short:"l" usage:"Address the proxy will listen on."`
}

type RemoveMember

type RemoveMember struct {
	*Team
}

type Schema

type Schema struct {
	*Api
}

type Status

type Status struct {
	*Api
	Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}

type Team

type Team struct {
	*Api
}

type Teams

type Teams struct {
	*Api
	All    bool   `name:"all" short:"a" usage:"List all teams, not just the ones you are a member of."`
	Output Output `name:"output" short:"o" usage:"Format output (table|json)."`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL