kvetchctl

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2020 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	// RootCmd is the root of the command line interface
	RootCmd = &cobra.Command{
		Use:   "kvetchctl",
		Short: "Command line interface for interacting with Kvetch",
		Long: `All flags may also be specified as environment variables with the prefix KVETCHCTL_

Example:
export KVETCHCTL_ENDPOINT=localhost:7777
kvetchctl get some_key
		`,
		PersistentPreRunE: setupLogger,
	}
)

Functions

func Execute

func Execute()

Execute executes the command line interface

Types

This section is empty.

Jump to

Keyboard shortcuts

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