admin

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateTenantCmd

type CreateTenantCmd struct {
	Provider string `help:"provider type" default:"github" enum:"github,gitlab,buildkite"`
	TenantID string `help:"tenant id to create" required:""`
	Slug     string `help:"slug of the tenant" required:""`
}

func (*CreateTenantCmd) Run added in v1.7.0

func (c *CreateTenantCmd) Run(ctx context.Context, globals *Globals) error

type Globals

type Globals struct {
	Client  provisionv1connect.ProvisionServiceClient
	Version string
	Debug   bool
}

Jump to

Keyboard shortcuts

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