Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NetworksCmd = &cobra.Command{ Use: "networks", Short: "Manage networks", Long: `Manage and provision elastic distributed networks and other infrastructure`, Run: func(cmd *cobra.Command, args []string) { common.CmdExistsOrExit(cmd, args) generalPrompt(cmd, args, "") defer func() { if r := recover(); r != nil { os.Exit(1) } }() }, }
Functions ¶
func CreateNetwork ¶
CreateNetwork configures a new peer-to-peer network; see https://docs.provide.services/microservices/goldmine/#create-a-network
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.