cli

package
v0.15.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2023 License: AGPL-3.0 Imports: 123 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Caret = cliui.Styles.Prompt.String()
)
View Source
var InterruptSignals = []os.Signal{
	os.Interrupt,
	syscall.SIGTERM,
	syscall.SIGHUP,
}

Functions

func AGPL added in v0.8.7

func AGPL() []*cobra.Command

func Core added in v0.8.7

func Core() []*cobra.Command

func CreateClient added in v0.8.7

func CreateClient(cmd *cobra.Command) (*codersdk.Client, error)

CreateClient returns a new client from the command context. It reads from global configuration files if flags are not set.

func CurrentOrganization added in v0.12.0

func CurrentOrganization(cmd *cobra.Command, client *codersdk.Client) (codersdk.Organization, error)

CurrentOrganization returns the currently active organization for the authenticated user.

func FormatCobraError added in v0.6.0

func FormatCobraError(err error, cmd *cobra.Command) string

FormatCobraError colorizes and adds "--help" docs to cobra commands.

func ParseProvisionerTags added in v0.12.8

func ParseProvisionerTags(rawTags []string) (map[string]string, error)

func Root

func Root(subcommands []*cobra.Command) *cobra.Command

func Server added in v0.8.7

func Server(vip *viper.Viper, newAPI func(context.Context, *coderd.Options) (*coderd.API, io.Closer, error)) *cobra.Command

nolint:gocyclo

Types

This section is empty.

Directories

Path Synopsis
Package cliflag extends flagset with environment variable defaults.
Package cliflag extends flagset with environment variable defaults.

Jump to

Keyboard shortcuts

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