commands

package
v0.6.0 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// ManPageFileMode defines the file permissions for the man page file
	ManPageFileMode = 0644
	// ManPageDirMode defines the directory permissions for man page directories
	ManPageDirMode = 0755
)

Variables

View Source
var VersionInfo = types.VersionInfo{
	Version:   version,
	Commit:    commit,
	BuildDate: buildDate,
}

VersionInfo provides access to version information

Functions

func ManPageCommand added in v0.1.9

func ManPageCommand() *cli.Command

func PrintVersion added in v0.6.0

func PrintVersion(w io.Writer)

PrintVersion writes the CLI version details to w. It is the single source of truth shared by the `version` subcommand and the global `--version` flag so both produce identical output.

func VersionCommand

func VersionCommand() *cli.Command

Types

This section is empty.

Directories

Path Synopsis
Package addon provides CLI commands for EKS add-on operations.
Package addon provides CLI commands for EKS add-on operations.
Package cluster provides CLI commands for EKS cluster operations.
Package cluster provides CLI commands for EKS cluster operations.
Package clusterview renders cluster summaries, details, and comparisons.
Package clusterview renders cluster summaries, details, and comparisons.
Package ctxcmd implements refresh context management commands (use, current, context).
Package ctxcmd implements refresh context management commands (use, current, context).
Package factory constructs AWS-backed services used by CLI command packages.
Package factory constructs AWS-backed services used by CLI command packages.
Package nodegroup provides CLI commands for EKS nodegroup operations.
Package nodegroup provides CLI commands for EKS nodegroup operations.
Package runner provides shared CLI command primitives so that every command's run* function doesn't re-implement context+awsconfig+credential setup, the "no cluster specified" fallback, and json/yaml encoding.
Package runner provides shared CLI command primitives so that every command's run* function doesn't re-implement context+awsconfig+credential setup, the "no cluster specified" fallback, and json/yaml encoding.
Package workload provides CLI commands for Kubernetes workload operations.
Package workload provides CLI commands for Kubernetes workload operations.

Jump to

Keyboard shortcuts

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