commands

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// FlagKey is the cli flag to set the key
	FlagKey = "key"
	// FlagValue is the cli flag to set the value
	FlagValue = "value"
)

Variables

View Source
var EyesQueryCmd = &cobra.Command{
	Use:   "eyes [key]",
	Short: "Get data stored under key in eyes",
	RunE:  commands.RequireInit(eyesQueryCmd),
}

EyesQueryCmd - command to query raw data

View Source
var RemoveTxCmd = &cobra.Command{
	Use:   "remove",
	Short: "Removes a key value pair",
	RunE:  commands.RequireInit(removeTxCmd),
}

RemoveTxCmd is CLI command to remove data

View Source
var SetTxCmd = &cobra.Command{
	Use:   "set",
	Short: "Sets a key value pair",
	RunE:  commands.RequireInit(setTxCmd),
}

SetTxCmd is CLI command to set data

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