cmd

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cluster = cli.Command{
	Name:         "cluster",
	ShortName:    "",
	Aliases:      nil,
	Usage:        "cluster",
	UsageText:    "",
	Description:  "some command about cluster",
	BashComplete: nil,
	Action:       nil,
	Subcommands: []cli.Command{
		info,
	},
	Flags: nil,
}
View Source
var Node = cli.Command{
	Name:        "node",
	Usage:       "webds node list/stop",
	Description: "command about node",
	Subcommands: []cli.Command{
		{
			Name:   "list",
			Usage:  "webds node list",
			Action: runNodeList,
			Flags:  nil,
		},
		{
			Name:   "stop",
			Usage:  "webds node stop node1 node2 ...",
			Action: runStopNode,
		},
	},
	Flags: nil,
}
View Source
var Topic = cli.Command{
	Name:         "topic",
	ShortName:    "",
	Aliases:      nil,
	Usage:        "topic",
	UsageText:    "",
	Description:  "some command about topic",
	BashComplete: nil,
	Action:       nil,
	Subcommands: []cli.Command{
		sub,
		pub,
		list,
	},
	Flags: nil,
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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