configuration

package
v0.28.0 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PredictConfigurations

func PredictConfigurations() complete.Predictor

Types

type Cmd

type Cmd struct {
	Create   createCmd    `cmd:"" help:"Create a configuration."`
	List     listCmd      `cmd:"" help:"List root configurations for the account."`
	Get      getCmd       `cmd:"" help:"Get a single configuration for the account."`
	Delete   deleteCmd    `cmd:"" help:"Delete a single configuration for the account."`
	Template template.Cmd `cmd:"" help:"Interact with configuration templates."`

	Flags upbound.Flags `embed:""`
}

Cmd contains commands for interacting with root configurations.

func (*Cmd) AfterApply

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

AfterApply constructs and binds a configurations client to any subcommands such as "list" or "get" that have Run() methods that receive it.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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