cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2018 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Account = &cobra.Command{
	Use:               "account",
	Short:             "Manage your accounts",
	DisableAutoGenTag: true,
}

Account are a group of commands to manage your accounts

View Source
var Beer = &cobra.Command{
	Use:               "beer",
	Short:             "Pay us a beer",
	DisableAutoGenTag: true,
	Run:               beerHandler,
}

Beer send us token to buy a beer

View Source
var Logs = &cobra.Command{
	Use:               "logs",
	Short:             "Show the MESG Core's logs",
	Run:               logsHandler,
	DisableAutoGenTag: true,
}

Logs of the core

View Source
var RootCmd = &cobra.Command{
	Use:               "mesg-core",
	Short:             "MESG Core",
	DisableAutoGenTag: true,
}

RootCmd represents the base command when called without any subcommands

View Source
var Service = &cobra.Command{
	Use:               "service",
	Short:             "Manage your services",
	DisableAutoGenTag: true,
}

Service is the root command related to services

View Source
var Start = &cobra.Command{
	Use:               "start",
	Short:             "Start the MESG Core",
	Run:               startHandler,
	DisableAutoGenTag: true,
}

Start the MESG Core

View Source
var Status = &cobra.Command{
	Use:               "status",
	Short:             "Status of the MESG Core",
	Run:               statusHandler,
	DisableAutoGenTag: true,
}

Status command returns started services

View Source
var Stop = &cobra.Command{
	Use:               "stop",
	Short:             "Stop the MESG Core",
	Run:               stopHandler,
	DisableAutoGenTag: true,
}

Stop the MESG Core

View Source
var Workflow = &cobra.Command{
	Use:               "workflow",
	Short:             "Manage your workflows",
	DisableAutoGenTag: true,
}

Workflow is the root command related to workflows

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
assets
Code generated by go-bindata.
Code generated by go-bindata.

Jump to

Keyboard shortcuts

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