endpoint

package
v0.0.0-...-2caf503 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Command performs the "select endpoint" function
	Command = &cobra.Command{
		Use:     "endpoint <endpoint>",
		Aliases: []string{"endpoints"},
		Short:   "Select endpoint to use",
		Long: `Select the API endpoint to use in subsequent commands.

To add an endpoint for the first time, or to re-login, use the 'gsctl login'
command with that endpoint.

To find out which endpoints are selectable, use the 'gsctl list endpoints'
command.
`,
		PreRun: selectEndpointPreRunOutput,
		Run:    selectEndpointRunOutput,
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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