cmd

package
v0.0.73 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2022 License: Apache-2.0 Imports: 111 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FormatBinaryVersion added in v0.0.73

func FormatBinaryVersion(out io.Writer, v *storage.NamespaceBinaryVersion)

func FormatVersionInfo

func FormatVersionInfo(out io.Writer, v *VersionInfo)

func NewAttachCmd

func NewAttachCmd() *cobra.Command

func NewBuildBinaryCmd

func NewBuildBinaryCmd() *cobra.Command

func NewBuildCmd

func NewBuildCmd() *cobra.Command

func NewCacheCmd

func NewCacheCmd() *cobra.Command

func NewDebugShellCmd

func NewDebugShellCmd() *cobra.Command

func NewDeployCmd

func NewDeployCmd() *cobra.Command

func NewDeployPlanCmd

func NewDeployPlanCmd() *cobra.Command

func NewDeploymentCmd

func NewDeploymentCmd() *cobra.Command

func NewDevCmd

func NewDevCmd() *cobra.Command

func NewDoctorCmd

func NewDoctorCmd() *cobra.Command

func NewFmtCmd

func NewFmtCmd() *cobra.Command

func NewGenerateCmd

func NewGenerateCmd() *cobra.Command

func NewImagesCmd

func NewImagesCmd() *cobra.Command

func NewKeysCmd

func NewKeysCmd() *cobra.Command

func NewLintCmd

func NewLintCmd() *cobra.Command

func NewLoginCmd

func NewLoginCmd() *cobra.Command

func NewLogsCmd

func NewLogsCmd() *cobra.Command

func NewLsCmd

func NewLsCmd() *cobra.Command

func NewModCmd

func NewModCmd() *cobra.Command

func NewTestCmd

func NewTestCmd() *cobra.Command

func NewTidyCmd

func NewTidyCmd() *cobra.Command

func NewUnprepareCmd

func NewUnprepareCmd() *cobra.Command

func NewUseCmd

func NewUseCmd() *cobra.Command

func NewVersionCmd

func NewVersionCmd() *cobra.Command

func RegisterCommands

func RegisterCommands(root *cobra.Command)

func RunCommand

func RunCommand(ctx context.Context, args []string) error

Programmatically trigger an `ns` command.

Types

type Binary

type Binary struct {
	// contains filtered or unexported fields
}

type Ingress

type Ingress struct {
	Owner    string   `json:"owner"`
	Fdqn     string   `json:"fdqn"`
	Protocol []string `json:"protocol"`
}

type Output

type Output struct {
	Ingress []Ingress `json:"ingress"`
}

type VersionInfo

type VersionInfo struct {
	Binary                                   *storage.NamespaceBinaryVersion
	GOOS, GOARCH                             string
	APIVersion, CacheVersion, ToolAPIVersion int
}

func CollectVersionInfo

func CollectVersionInfo() (*VersionInfo, error)

Directories

Path Synopsis
Runs a Language Server Protocol (LSP) server ready to comminicate with any editor/IDE.
Runs a Language Server Protocol (LSP) server ready to comminicate with any editor/IDE.

Jump to

Keyboard shortcuts

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