Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var NodesCmd = &cobra.Command{ Use: "nodes", Short: "Manage nodes", Long: `Manage and provision elastic distributed nodes`, 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 CreateNode ¶
func CreateNodeRun ¶
CreateNode deploys a node to an existing peer-to-peer network; see https://docs.provide.services/microservices/goldmine/#deploy-network-node
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.