port

package
v1.0.7 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Hidden:  true,
	Use:     "port",
	Short:   "utility to check, update ports exposed from the box",
	Example: fn.Desc("{cmd} status"),
	Run: func(cmd *cobra.Command, args []string) {
		if err := PortActions(cmd, args); err != nil {
			fn.PrintError(err)
			return
		}
	},
}

Functions

func PortActions

func PortActions(cmd *cobra.Command, _ []string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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