team

package
v0.33.0-rc.0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PredictTeams

func PredictTeams() complete.Predictor

Types

type Cmd

type Cmd struct {
	Create createCmd `cmd:"" help:"Create a team."`
	Delete deleteCmd `cmd:"" help:"Delete a team."`
	List   listCmd   `cmd:"" help:"List teams."`
	Get    getCmd    `cmd:"" help:"Get a team."`

	// Common Upbound API configuration
	Flags upbound.Flags `embed:""`
}

Cmd contains commands for interacting with teams.

func (*Cmd) AfterApply

func (c *Cmd) AfterApply(kongCtx *kong.Context) error

AfterApply constructs and binds a teams client to any subcommands that have Run() methods that receive it.

Jump to

Keyboard shortcuts

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