commands

package
v29.0.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Commands

func Commands() []func(command.Cli) *cobra.Command

Commands returns the internal queue holding registered commands added via Register and RegisterLegacy.

func Register

func Register(f func(command.Cli) *cobra.Command)

Register pushes the passed in command into an internal queue which can be retrieved using the Commands function. It is designed to be called in an init function and is not safe for concurrent use.

func RegisterLegacy

func RegisterLegacy(f func(command.Cli) *cobra.Command)

RegisterLegacy functions similarly to Register, but it checks the "DOCKER_HIDE_LEGACY_COMMANDS" environment variable and if it has been set and is non-empty, the command will be hidden. It is designed to be called in an init function and is not safe for concurrent use.

Types

This section is empty.

Jump to

Keyboard shortcuts

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