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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.